LocalizationOptions class

Constructors

LocalizationOptions.new(LocalisationCode languageCode, {String ok = "Ok", String cancel = "Cancel", String help = "Aide", String remainingTime = "Temps restant", String emptyField = "Se champ est obligatoire", String invalidEmail = "Email invalide", String invalidPassword = "Mot de passe invalide", String invalidCharacterNumber = "Nombre de caractères invalide", String invalidPhone = "Numéro invalide", String invalidFormat = "Format invalide", String invalidUrl = "Adresse invalide"})

Properties

cancel String
final
emptyField String
final
hashCode int
The hash code for this object.
no setterinherited
help String
final
invalidCharacterNumber String
final
invalidEmail String
final
invalidFormat String
final
invalidPassword String
final
invalidPhone String
final
invalidUrl String
final
languageCode LocalisationCode
final
ok String
final
remainingTime String
final
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