ValidatorLeast constructor

ValidatorLeast([
  1. List<Validator>? validators
])

Create a Validator to validate other validators and stop at the first one invalid

Implementation

ValidatorLeast([this.validators]);