ValidationMessageKey class
Validation message keys as constants
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
-
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
- birthDateFuture → const String
- birthDateMaxAge → const String
- birthDateMinAge → const String
- cnpjInvalid → const String
- cnpjLength → const String
- cnpjOnlyDigits → const String
- cpfInvalid → const String
- cpfLength → const String
- cpfOnlyDigits → const String
- cpfOrCnpjInvalid → const String
- cpfOrCnpjInvalidLength → const String
- cpfOrCnpjOnlyDigits → const String
- dateRangeMaxExclusive → const String
- dateRangeMaxInclusive → const String
- dateRangeMinExclusive → const String
- dateRangeMinInclusive → const String
- fieldNotAllowed → const String
- fieldRequired → const String
- futureDate → const String
- futureDateOrToday → const String
- greaterOrEqual → const String
- greaterThan → const String
- invalidChoice → const String
- invalidEmail → const String
- invalidFormat → const String
- invalidValue → const String
- lessOrEqual → const String
- lessThan → const String
- maxLength → const String
- maxValue → const String
- md5Invalid → const String
- md5NotMatch → const String
- minLength → const String
- minValue → const String
- mustBeBool → const String
- mustBeDouble → const String
- mustBeInt → const String
- mustBeList → const String
- mustBeMap → const String
- mustBeNum → const String
- mustBeString → const String
- notBlank → const String
- notNull → const String
- pastDate → const String
- pastDateOrToday → const String
- phoneInvalid → const String