BdayaUtilsLocalizationKeys enum

Localization Keys used in bdaya_utils package

Inheritance

Constructors

BdayaUtilsLocalizationKeys()
const

Values

VALIDATION_REQUIRED_INPUT → const BdayaUtilsLocalizationKeys

When the input is null (or empty), and the field is required

VALIDATION_EMAIL_INCORRECT → const BdayaUtilsLocalizationKeys

When the input email doesn't match the regex

params:

  • val = the input value
VALIDATION_MIN_LENGTH → const BdayaUtilsLocalizationKeys

When the input string doesn't uphold the min length restriction

params:

  • len = the minimum number of letters
  • val = the input value
  • valLen = the input value length
VALIDATION_MAX_LENGTH → const BdayaUtilsLocalizationKeys

When the input string doesn't uphold the max length restriction

params:

  • len = the maximum number of letters

  • val = the input value
  • valLen = the input value length

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<BdayaUtilsLocalizationKeys>
A constant List of the values in this enum, in order of their declaration.