WatcherGatewayFake<R extends Request, P extends SuccessResponse> class
Constructors
Properties
- failureResponse ↔ FailureResponse?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
hasYielded
→ Completer<
P> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- successResponse → P
-
no setter
-
transport
↔ Transport<
R, P> -
latefinal
Methods
-
buildRequest(
DomainModel output) → R -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onFailure(
covariant FailureResponse failureResponse) → FailureDomainInput -
inherited
-
onSuccess(
covariant P response) → SuccessDomainInput -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
yieldResponse(
P response) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited