RequestOptions class Null safety

Constructors

RequestOptions()
RequestOptions.fromClientId(String clientId)
RequestOptions.v1()

Properties

clientId String
read / write
data Object?
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
method String
read / write
query Map<String, String>?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
timeout Duration
read / write
version int?
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
setData(Object d) RequestOptions
setQuery(Map<String, String> q) RequestOptions
setTimeout(Duration timeout) RequestOptions
setVersion(int version) RequestOptions
toString() String
A string representation of this object. [...]
inherited

Operators

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