nullable<T> method

IEskValidator nullable<T>()

Creates a nullable copy of the validator.

Implementation

IEskValidator nullable<T>() {
  return copyWith(nullable: true);
}