ValidResponse<U, T> class

Inheritance

Properties

data → T
The transformed response data
final
failure InvalidResponse<U, T>?
Get the failure data, if available
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
response → Response<U>
The raw response data, if available
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success ValidResponse<U, T>?
Get the success data, if available
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