InvalidResponse<U, T> class

An invalid ValidatedResponse

Inheritance

Properties

error Object
The error
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?
The raw response data, if available
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stacktrace StackTrace
The stacktrace
final
success ValidResponse<U, T>?
Get the success data, if available
no setterinherited

Methods

cast<RU, RT>() InvalidResponse<RU, RT>
Cast an InvalidResponse to different types
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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