rules property

List<ValidationRule<T>> rules
final

The list of validation rules to apply to the form field.

Implementation

final List<ValidationRule<T>> rules;