isNullable property
Whether the validator accepts null values. If isNullable is true, and the value being checked is null, the validation is considered valid.
Implementation
final bool isNullable;
Whether the validator accepts null values. If isNullable is true, and the value being checked is null, the validation is considered valid.
final bool isNullable;