Response<I, O> class sealed

Response is used in interceptors to represent a base response. See UnaryResponse, and StreamResponse.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
headers Headers
Headers received from the response.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spec Spec<I, O>
Spec of the call.
final
trailers Headers
Trailers received from the response.
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