OrValidator<T> constructor
const
OrValidator<T> (
- List<
FormFieldValidator< validatorsT> >
Constructor for the OR validator.
Implementation
const OrValidator(this.validators) : super(checkNullOrEmpty: false);