ErrorResponseHolder class

A Class to Hold Error response in Structured manner

Constructors

ErrorResponseHolder.new({required String defaultMessage, String? responseBody, String? customMessage = ''})
constructor

Properties

customMessage String?
Message provided by user in init method
getter/setter pair
defaultMessage String
Message pre-defined in package
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
responseBody String?
contains response recieved from server
getter/setter pair
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