copyWith abstract method
MultiValidatorBase
copyWith({
- bool? nullable,
- bool? optional,
- List<
IValidator> ? validators, - String? message,
override
Implementation
@override
MultiValidatorBase copyWith({
bool? nullable,
bool? optional,
List<IValidator>? validators,
String? message,
});