falsy
Validates that the boolean value is false.
Usage:
rules<Boolean> {
falsy { "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> {
falsy { "must be false" }
}The message to return when the test fails.