name property

String? name
final

Name of the rule, this exists for convenience and will not be used by the PasswordPolicy. All defaults Rules provided by this package have a default name, so if you're using one of them, name cannot be null.

Name can be used to display password policy errors to UI or can be used as identifiers.

Implementation

final String? name;