copyWith abstract method
Creates a copy of the validator with the given parameters.
Implementation
IValidator copyWith({bool? nullable, bool? optional});
Creates a copy of the validator with the given parameters.
IValidator copyWith({bool? nullable, bool? optional});