EnglishTranslation class

English Translations for rule texts

Inheritance

Constructors

EnglishTranslation()

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
override
lowercase(int amount) String
String used to get a message saying that amount lowercase letters are required
override
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 long
override
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
override
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
override

Operators

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