ResponsePayload class

Representation of a response payload. Contains the response instance, the finalized request that initiated the response, and an exception if one occurred.

The response instance can be type checked and cast to Response or StreamedResponse as necessary.

Constructors

ResponsePayload(FinalizedRequest request, BaseResponse? response, [RequestException? exception])

Properties

exception RequestException?
final
hashCode int
The hash code for this object.
no setterinherited
request FinalizedRequest
final
response BaseResponse?
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