AuthFormData class

Données pour les textes d'authentification

Constructors

AuthFormData({required String labelEmail, required String labelPassword, required String placeholderEmail, required String placeholderPassword, required String errorEmailInvalid, required String errorPasswordLength, required String loginButton, required String registerButton, required String forgotPasswordButton, required LinkTextPair authNotAccount, required LinkTextPair authForgotPassword, required LinkTextPair authAlreadyExists, String? dividerText})
const

Properties

authAlreadyExists LinkTextPair
final
authForgotPassword LinkTextPair
final
authNotAccount LinkTextPair
Textes pour les liens
final
dividerText String?
Divider text used in the authentication view
final
errorEmailInvalid String
Messages d'erreur
final
errorPasswordLength String
final
forgotPasswordButton String
final
hashCode int
The hash code for this object.
no setterinherited
labelEmail String
Labels pour les champs
final
labelPassword String
final
loginButton String
Textes des boutons
final
placeholderEmail String
Placeholders pour les champs
final
placeholderPassword String
final
registerButton 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
toMap() Map<String, dynamic>
Convertit les données en Map pour la compatibilité avec le code existant
toString() String
A string representation of this object.
inherited

Operators

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