AggregateValidator<T> constructor
const
AggregateValidator<T> (
- List<
FormFieldValidator< validatorsT> >
Constructor for the aggregate validator.
Implementation
const AggregateValidator(this.validators) : super(checkNullOrEmpty: false);