LoginUicStrings class
A container for string values, which are used in the LoginUic
Constructors
- LoginUicStrings({String usernameErrorEmpty = 'Please enter a username.', String usernameLabel = 'Email', String usernameHint = 'Enter a username', String passwordErrorEmpty = 'Please enter a password.', String passwordLabel = 'Password', String passwordHint = 'Enter a password', String signInButtonText = 'Sign In', String signInError = 'Sign In failed.'})
-
Creates an instance of LoginUicStrings.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- passwordErrorEmpty → String
-
An error message, that displayed when the 'Password' field is empty.
final
- passwordHint → String
-
Text to display in the 'Password' input field, when the value is not entered yet.
final
- passwordLabel → String
-
A label of 'Password' field.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signInButtonText → String
-
A title of 'Sign In' button
final
- signInError → String
-
An error message that is displayed when the signing in failed.
final
- usernameErrorEmpty → String
-
An error message, that displayed when the 'Username' field is empty.
final
- usernameHint → String
-
Text to display in the 'Username' input field, when the value is not entered yet.
final
- usernameLabel → String
-
A label of 'Username' field.
final
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