Request<I, O> class sealed

Request is used in interceptors to represent a base request. See UnaryRequest, and StreamRequest.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
headers Headers
Headers that will be sent along with the request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signal AbortSignal
Signal to abort the call.
final
spec Spec<I, O>
Spec of the call.
final
url String
The URL the request is going to hit
final

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