OpenChannelCreateParams class

Represents a open channel params.

Annotations

Constructors

OpenChannelCreateParams()

Properties

channelUrl String?
The channel url of the channel.
read / write
coverImage FileInfo?
The cover image file info.
read / write
customType String?
The custom type of the channel.
read / write
data String?
The data of the channel.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
name String?
The name of the channel.
read / write
operatorUserIds List<String>?
The operator user ids of the channel. Defaults to null.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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