copyWith abstract method

IEskValidator copyWith({
  1. bool? nullable,
})

Creates a copy of the validator with the given parameters.

Implementation

IEskValidator copyWith({bool? nullable});