ErrorMessageConfig class
Configuration for error messages
Constructors
- ErrorMessageConfig({String serverUnreachable = 'Server unreachable', String maintenance = 'Server maintenance - try again later', String connectionTimeout = 'Server connection timed out - check your connection', String connectionError = 'Failed to connect to server - check your connection', String offline = 'You seem to be offline', String serverFault = 'Server fault - work in progress'})
-
const
Properties
- connectionError → String
-
final
- connectionTimeout → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maintenance → String
-
final
- offline → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverFault → String
-
final
- serverUnreachable → String
-
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