PasswordRules class

Constructors

PasswordRules({required int min, required int max, required bool requireLowercase, required bool requireUppercase, required bool requireNumbers, required bool requireSpecialCharacters, String specialCharacters = SPECIAL_CHARS})

Properties

hashCode int
The hash code for this object.
no setterinherited
max int
getter/setter pair
min int
getter/setter pair
regex RegExp
no setter
regexAsString String
no setter
requireLowercase bool
getter/setter pair
requireNumbers bool
getter/setter pair
requireSpecialCharacters bool
getter/setter pair
requireUppercase bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
specialCharacters String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

SPECIAL_CHARS → const String