rules property

Map<Rule, int> rules

Get the rules included in this PasswordRuleSet Returns a Map of Rules and the corresponding amount/length

Implementation

Map<Rule, int> get rules => _rules;