isNullable property

bool isNullable
final

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;