ErrorModel class

Constructors

ErrorModel(String? errorCode, String? errorMessage, String? errorDescription)
Constructor of Errormodel
ErrorModel.simple(String? errorCode, String? errorMessage)

Properties

errorCode String?
Error code
getter/setter pair
errorDescription String?
Error details
getter/setter pair
errorMessage String?
Error message
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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
toString() String
To String conversion
override

Operators

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

Constants

MAP_ERROR_CODE → const String
String field name code
MAP_ERROR_DESCRIPTION → const String
String field name message
MAP_ERROR_MESSAGE → const String
String field name message