and

Validator<T> and(

  1. Validator<T> other
)

Chain validators

Implementation

Validator<T> and(Validator<T> other) => _AndValidator(this, other);