ActiveRequest class

Constructors

ActiveRequest()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setUp RequestSetUp
getter/setter pair

Methods

deleteApi(Params params, {bool saveResponse = false}) → dynamic
deleteApi Get request.
getApi(Params params, {bool saveResponse = false, String savedResponseName = ''}) → dynamic
getApi Get request. Params field is required.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postApi(Params params, {bool saveResponse = false, String savedResponseName = ''}) → dynamic
postApi Get request. Params field is required.
putApi(Params params, {bool saveResponse = false, String savedResponseName = ''}) → dynamic
putApi Get request. Params field is required.
toString() String
A string representation of this object.
inherited

Operators

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