copyWith method

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

Implementation

@override
IValidator copyWith({bool? nullable, bool? optional}) => throw Exception(
    'copyWith not implemented for $runtimeType. Create a new instance or override copyWith.');