allowNull property
read / write
null
is allowed by default for every ConstraintValidator.
Set this to false
to handle null
values yourself.
Implementation
bool allowNull = true;
null
is allowed by default for every ConstraintValidator.
Set this to false
to handle null
values yourself.
bool allowNull = true;