ValidatorAll constructor

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

Create a Validator to validate all other validators

Implementation

ValidatorAll([this.validators]);