WatcherGateway<M extends DomainModel, R extends Request, P extends SuccessResponse, S extends SuccessDomainInput> class abstract

Inheritance

Constructors

WatcherGateway()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

attach(ProviderRef<Object> ref, {required List<UseCaseProviderBase<Entity, UseCase<Entity>>> providers, List<UseCaseProviderFamilyBase<Entity, UseCase<Entity>, Object>> families = const []}) → void
inherited
buildInput(M domainModel) Future<Either<FailureDomainInput, S>>
inherited
buildRequest(M domainModel) → R
inherited
feedResponse(Responder<R, P> feeder, {Type? source}) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onFailure(covariant FailureResponse failureResponse) FailureDomainInput
override
onSuccess(covariant P response) → S
inherited
toString() String
A string representation of this object.
inherited
yieldResponse(P response) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited