ErrorMessages class

Constructors

ErrorMessages({String? timeoutErrorMessage = 'Timeout', String? connectionErrorMessage = 'Connection Error', String? serverErrorMessage = 'Server Error', String? unknownErrorMessage = 'Unknown Error', String? unAuthorizedErrorMessage = 'UnAuthorized', String? notFoundErrorMessage = 'Not Found', String? cancelErrorMessage = 'Cancel'})

Properties

cancelErrorMessage String?
getter/setter pair
connectionErrorMessage String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
notFoundErrorMessage String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverErrorMessage String?
getter/setter pair
timeoutErrorMessage String?
getter/setter pair
unAuthorizedErrorMessage String?
getter/setter pair
unknownErrorMessage String?
getter/setter pair

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