ValidatorGroup<T extends Object> constructor

const ValidatorGroup<T extends Object>(
  1. List<Validator<T>> validators
)

Constructs a group from the given validators.

Implementation

const ValidatorGroup(this.validators);