nullable<T> method
Creates a nullable copy of the validator.
Implementation
IValidator nullable<T>() {
return copyWith(nullable: true);
}
Creates a nullable copy of the validator.
IValidator nullable<T>() {
return copyWith(nullable: true);
}