RestRequest class

Constructors

RestRequest()

Properties

hashCode int
The hash code for this object.
no setterinherited
headers → dynamic
no setter
method RequestMethod
no getter
params Map<String, dynamic>
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
perform() Future<RestResponse>
setBody(String body) → dynamic
setMethod(RequestMethod method) → dynamic
setUrl(String url) → dynamic
toString() String
A string representation of this object.
override

Operators

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