GroupChannelPushTriggerOptionSetRequest class Null safety

Inheritance

Constructors

GroupChannelPushTriggerOptionSetRequest({required String channelUrl, required GroupChannelPushTriggerOption option, String? userId})

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> json) Future<GroupChannelPushTriggerOption>
override
toString() String
A string representation of this object.
inherited

Operators

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