isFalse
Deprecated
Use `falsy` instead. This will be removed in a future version.
Replace with
falsy(message)
Content copied to clipboard
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.