DioResponse<T> class
- Implemented types
-
- Response<
T>
- Response<
Properties
Methods
-
asJson(
) → Map< String, dynamic> -
override
-
asXml(
) → XmlDocument -
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