OpenChannelParams class Null safety

An object consists a set of parameters to create/update open channel.

Annotations

Constructors

OpenChannelParams()

Properties

channelUrl String?
Channel url that a channel is to be updated. Use in creation only.
read / write
coverImage FileInfo?
Object contains url or file to be uploaded
read / write
customType String?
Custom type for a channel
read / write
data String?
Custom data for a channel
read / write
hashCode int
The hash code for this object.
read-onlyinherited
name String?
Name for a channel
read / write
operatorUserIds List<String>?
List of user id who will be operator in a channel
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

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

Operators

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