OrValidator<T> constructor

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

Implementation

const OrValidator(this.validators);