ofendingRules property

List<ValidationRule> ofendingRules

Returns the rules that are beeing ofended.

The controller tries to update these values after each onChanged

Implementation

List<ValidationRule> get ofendingRules => _ofendingRules.toList();