Validator constructor

Validator({
  1. required List<ValueValidator> validators,
})

Implementation

Validator({
  required this.validators,
});