Gateway<O extends Output, R extends Request, P extends SuccessResponse, S extends SuccessInput> class
abstract
- Implementers
Constructors
-
Gateway.new({ProvidersContext? context, UseCaseProvider<
Entity, UseCase< ? provider, UseCase<Entity> >Entity> ? useCase})
Properties
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