ClouxBase<R> class abstract

Implementers

Constructors

ClouxBase.new()

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
request() Future<R>
Execute request
toString() String
A string representation of this object.
inherited

Operators

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