TestRequest class

Inheritance

Constructors

TestRequest.new()

Properties

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

Methods

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

Operators

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