MultiValidatorBase constructor
- Iterable<
IValidator> validators, { - bool nullable = false,
- bool optional = false,
- String? message,
Implementation
MultiValidatorBase(this.validators, {super.nullable, super.optional, this.message});
MultiValidatorBase(this.validators, {super.nullable, super.optional, this.message});