GermanTranslation class
German Translations for rule texts
- Inheritance
-
- Object
- PasswordRuleCheckTranslation
- GermanTranslation
Constructors
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 requiredoverride -
lowercase(
int amount) → String -
String used to get a message saying that
amount
lowercase letters are requiredoverride -
maxLength(
int length) → String -
String used to get a message saying that the input may not be longer than
length
override -
minLength(
int length) → String -
String used to get a message saying that the input needs to be at least
length
longoverride -
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 requiredoverride -
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 requiredoverride
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited