AggregateValidator<T> constructor

const AggregateValidator<T>(
  1. List<FormFieldValidator<T>> validators
)

Constructor for the aggregate validator.

Implementation

const AggregateValidator(this.validators) : super(checkNullOrEmpty: false);