OrValidator<T> constructor

const OrValidator<T>(
  1. List<Validator<T>> validators
)

Creates an OrValidator from a list of validators.

Implementation

const OrValidator(this.validators);