RequestCompleter<R extends Request, S extends SuccessResponse> class

Constructors

RequestCompleter(R request)

Properties

future Future<Either<FailureResponse, S>>
no setter
hashCode int
The hash code for this object.
no setterinherited
isCompleted bool
no setter
request → R
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

complete(S success) → void
completeFailure(FailureResponse failure) → void
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