RequestOption<T extends dynamic> class

Constructors

RequestOption.new({JSObject? $$context$$})

Properties

$$context$$ ↔ JSObject
getter/setter pair
complete RequestCompleteCallback?
getter/setter pair
data ↔ dynamic
getter/setter pair
dataType ↔ dynamic
getter/setter pair
enableCache bool?
getter/setter pair
enableChunked bool?
getter/setter pair
enableHttp2 bool?
getter/setter pair
enableHttpDNS bool?
getter/setter pair
enableQuic bool?
getter/setter pair
fail RequestFailCallback?
getter/setter pair
forceCellularNetwork bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
httpDNSServiceId String?
getter/setter pair
method ↔ dynamic
getter/setter pair
redirect ↔ dynamic
getter/setter pair
responseType ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success RequestSuccessCallback?
getter/setter pair
timeout num?
getter/setter pair
url String
getter/setter pair

Methods

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

Operators

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