ApiRequest class Null safety

Implementers

Constructors

ApiRequest({String? token, bool bypassAuth = false, String? userId})

Properties

body Map<String, dynamic>
read / write
bypassAuth bool
read / write
hashCode int
The hash code for this object.
read-onlyinherited
headers Map<String, String>
read / write
isMultipart bool
read / write
method Method
read / write
progress OnUploadProgressCallback?
read / write
queryParams Map<String, dynamic>
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
state SendbirdState
final
token String?
read / write
url String
read / write
userId String?
read / write
version String
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
response(Map<String, dynamic> res) Future
toString() String
A string representation of this object.
inherited

Operators

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