copyWith abstract method

IValidator copyWith({
  1. bool? nullable,
  2. bool? optional,
})

Implementation

IValidator copyWith({bool? nullable, bool? optional});