Response class abstract
A gRPC response.
- Implementers
Constructors
- Response()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headers
→ Future<
Map< String, String> > -
Header metadata returned from the server.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
trailers
→ Future<
Map< String, String> > -
Trailer metadata returned from the server.
no setter
Methods
-
cancel(
) → Future< void> - Cancel this gRPC call. Any remaining request objects will not be sent, and no further responses will be received.
-
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