isNullable property
final
Marks the validator as nullable. This means that if the value being checked is null, the validation is considered valid.
Implementation
final bool isNullable;
Marks the validator as nullable. This means that if the value being checked is null, the validation is considered valid.
final bool isNullable;