DioResponse<T> class

Implemented types

Constructors

DioResponse(Map<String, List<String>> headers, dynamic body, int? status)

Properties

body → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, List<String>>
final
logger LogManager
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
final

Methods

asJson() Map<String, dynamic>
override
getInstance<R>(dynamic data) → R
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toEntity<R extends BaseEntity>() → R?
override
toString() String
A string representation of this object.
inherited

Operators

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