AllOf<T, E> constructor

const AllOf<T, E>(
  1. List<Formix<T, E>> validators
)

Creates an AllOf validator from a list of validators.

Implementation

const AllOf(this.validators);