toggle menu
neat-validation
3.0.12
common
switch theme
search in API
neat-validation
/
neat
/
notBlank
not
Blank
fun
<
T
:
String
?
,
V
:
Validators
<
T
>
>
V
.
notBlank
(
message
:
(
String
)
->
String
=
{ "$label is required to not be empty but it was" }
)
:
V