Gateway<M extends DomainModel, R extends Request, P extends SuccessResponse, S extends SuccessDomainInput> class
abstract
- Implementers
Constructors
-
Gateway({ProvidersContext? context, UseCaseProvider<
Entity, UseCase< ? provider, UseCase<Entity> >Entity> ? useCase})
Properties
Methods
-
buildRequest(
M output) → R -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onFailure(
covariant FailureResponse failureResponse) → FailureDomainInput -
onSuccess(
covariant P response) → S -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited