ValidationLocalizationsEn class
The translations for English (en
).
- Inheritance
-
- Object
- ValidationLocalizations
- ValidationLocalizationsEn
Constructors
- ValidationLocalizationsEn.new([String locale = 'en'])
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- localeName → String
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
accepted(
String attribute) → String -
No description provided for @accepted.
override
-
blank(
String attribute) → String -
No description provided for @blank.
override
-
confirmation(
String attribute, String other) → String -
No description provided for @confirmation.
override
-
empty(
String attribute) → String -
No description provided for @empty.
override
-
equalTo(
String attribute, Object count) → String -
No description provided for @equalTo.
override
-
even(
String attribute) → String -
No description provided for @even.
override
-
exclusion(
String attribute) → String -
No description provided for @exclusion.
override
-
greaterThan(
String attribute, Object count) → String -
No description provided for @greaterThan.
override
-
greaterThanOrEqualTo(
String attribute, Object count) → String -
No description provided for @greaterThanOrEqualTo.
override
-
inclusion(
String attribute) → String -
No description provided for @inclusion.
override
-
invalid(
String attribute) → String -
No description provided for @invalid.
override
-
lessThan(
String attribute, Object count) → String -
No description provided for @lessThan.
override
-
lessThanOrEqualTo(
String attribute, Object count) → String -
No description provided for @lessThanOrEqualTo.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notAnInteger(
String attribute) → String -
No description provided for @notAnInteger.
override
-
notANumber(
String attribute) → String -
No description provided for @notANumber.
override
-
odd(
String attribute) → String -
No description provided for @odd.
override
-
otherThan(
String attribute, int count) → String -
No description provided for @otherThan.
override
-
present(
String attribute) → String -
No description provided for @present.
override
-
required(
String attribute) → String -
No description provided for @required.
override
-
taken(
String attribute) → String -
No description provided for @taken.
override
-
tooLong(
String attribute, int count) → String -
No description provided for @tooLong.
override
-
tooShort(
String attribute, int count) → String -
No description provided for @tooShort.
override
-
toString(
) → String -
A string representation of this object.
inherited
-
wrongLength(
String attribute, int count) → String -
No description provided for @wrongLength.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited