ChannelFileUploadRequest class Null safety
- Inheritance
-
- Object
- ApiRequest
- ChannelFileUploadRequest
Constructors
- ChannelFileUploadRequest({required String channelUrl, required String requestId, required FileMessageParams params, OnUploadProgressCallback? onProgress})
Properties
-
body
↔ Map<
String, dynamic> -
read / writeinherited
- bypassAuth ↔ bool
-
read / writeinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
headers
↔ Map<
String, String> -
read / writeinherited
- isMultipart ↔ bool
-
read / writeinherited
- method ↔ Method
-
finalread / writeinherited-setteroverride-getter
- progress ↔ OnUploadProgressCallback?
-
read / writeinherited
-
queryParams
↔ Map<
String, dynamic> -
read / writeinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- state → SendbirdState
-
finalinherited
- token ↔ String?
-
read / writeinherited
- url ↔ String
-
read / writeinherited
- userId ↔ String?
-
read / writeinherited
- version ↔ String
-
read / writeinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
response(
Map< String, dynamic> res) → Future<UploadResponse> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited