LoginTranslations class

Constructors

LoginTranslations({String emailEmpty = 'Email is required', String passwordEmpty = 'Password is required', String emailInvalid = 'Enter a valid email address', String loginButton = 'Login', String forgotPasswordButton = 'Forgot password?', String requestForgotPasswordButton = 'Send link', String registrationButton = 'Create Account'})
const

Properties

emailEmpty String
final
emailInvalid String
final
forgotPasswordButton String
final
hashCode int
The hash code for this object.
no setterinherited
loginButton String
final
passwordEmpty String
final
registrationButton String
final
requestForgotPasswordButton 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