BaseRequest class abstract

Implementers

Constructors

BaseRequest.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
options Map<String, dynamic>
getter/setter pair
params Map<String, dynamic>
getter/setter pair
pathParams ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useHttps bool
getter/setter pair

Methods

addHeader(String key, Object value) BaseRequest
addOption(String key, Object value) BaseRequest
addParams(String key, Object value) BaseRequest
authority() String
httpMethod() HttpMethod
mockData() Map
needAuth() bool
needLogin() bool
needMock() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
path() String
toString() String
A string representation of this object.
inherited
url() String

Operators

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