isNullable property

bool isNullable
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;