ApiRequestAction<T> class abstract

Inheritance

Constructors

ApiRequestAction()

Properties

authRequired bool
no setterinherited
contentDataType ContentDataType?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
method RequestMethod
no setterinherited
onError ErrorHandler
getter/setter pairinherited
onInit Function
getter/setter pairinherited
onStart Function
getter/setter pairinherited
onSuccess SuccessHandler<T>
getter/setter pairinherited
path String
no setterinherited
performanceReport PerformanceReport?
no setterinherited
responseBuilder ResponseBuilder<T>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<T?>
no setterinherited
toMap Map<String, dynamic>
no setterinherited

Methods

delete() Future
inherited
dispose() → void
inherited
execute() Future<T?>
inherited
get() Future
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onQueue() → void
inherited
post() Future
inherited
put() Future
inherited
subscribe({dynamic onSuccess(T? response)?, dynamic onDone()?, dynamic onError(Object error)?}) RequestAction<dynamic, ApiRequest>
inherited
toString() String
A string representation of this object.
inherited

Operators

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