RestGateway<O extends Output, R extends RestRequest, S extends SuccessInput> class
abstract
Constructors
-
RestGateway({ProvidersContext? context, UseCaseProvider<
Entity, UseCase< ? provider, UseCase<Entity> >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, RestSuccessResponse< Object> > -
latefinalinherited
Methods
-
buildRequest(
O output) → R -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onFailure(
covariant FailureResponse failureResponse) → FailureInput -
onSuccess(
covariant RestSuccessResponse< Object> response) → S -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited