notBlank
Validates that the string value is not blank.
Usage:
rules<String> {
notBlank { "must be not blank" }
}
Content copied to clipboard
Parameters
message
The message to return when the test fails.
Validates that the string value is not blank.
Usage:
rules<String> {
notBlank { "must be not blank" }
}
The message to return when the test fails.