PasswordRuleCheckTranslation class
abstract
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
digits(int amount)
→ String
-
String used to get a message saying that
amount
digits are required
-
lowercase(int amount)
→ String
-
String used to get a message saying that
amount
lowercase letters are required
-
maxLength(int length)
→ String
-
String used to get a message saying that the input may not be longer than
length
-
minLength(int length)
→ String
-
String used to get a message saying that the input needs to be at least
length
long
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
specialCharacters(int amount)
→ String
-
String used to get a message saying that
amount
special characters are required
-
toString()
→ String
-
A string representation of this object.
inherited
-
uppercase(int amount)
→ String
-
String used to get a message saying that
amount
uppercase letters are required