EasyHttpRequestResponse<T> class

Class that contains the standard response model in the methods

Constructors

EasyHttpRequestResponse({Response? completeResponse, T? modelResponse, List<T>? modelResponseAsList})
Standard response model when a package method is invoked

Properties

completeResponse ↔ Response?
The information itself of the http client such as:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
modelResponse ↔ T?
The information of the MODEL itself
getter/setter pair
modelResponseAsList List<T>?
The information of the COLLECTION of the model.
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