isFalse
Validates that the boolean value is false
.
Usage:
rules<Boolean> {
isFalse { "must be false" }
}
Content copied to clipboard
Parameters
message
The message to return when the test fails.
Validates that the boolean value is false
.
Usage:
rules<Boolean> {
isFalse { "must be false" }
}
The message to return when the test fails.