ClouxGet<R> class abstract

Inheritance
Implemented types

Constructors

ClouxGet()

Properties

hashCode → int
The hash code for this object.
no setterinherited
params → Map<String, dynamic>
Query params
no setterinherited
path → String
Query path
no setterinherited
response → R Function(Map)
On request response
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDioClient() → Dio
Get dio client
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
output(Map response) → void
Print response JSON output
inherited
paramsSanitize(Map<String, dynamic> params) → Map<String, dynamic>
Sanitize params
inherited
printResponse(Response response) → void
Print response
inherited
queryParams() → Map<String, dynamic>?
Get query params
inherited
request() → Future<R>
Execute request
override
toString() → String
A string representation of this object.
inherited

Operators

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