Gateway<O extends Output, R extends Request, P extends SuccessResponse, S extends SuccessInput> class abstract

Implementers

Constructors

Gateway({ProvidersContext? context, UseCaseProvider<Entity, UseCase<Entity>>? provider, UseCase<Entity>? useCase})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transport Transport<R, P>
latefinal

Methods

buildRequest(O output) → R
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onFailure(covariant FailureResponse failureResponse) FailureInput
onSuccess(covariant P response) → S
toString() String
A string representation of this object.
inherited

Operators

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