OrValidator<T> constructor

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

Constructor for the OR validator.

Implementation

const OrValidator(this.validators) : super(checkNullOrEmpty: false);