ChannelInfo class

Constructors

ChannelInfo({ChannelStatus status = ChannelStatus.Public, int? updateDt = 0})

Properties

callback String?
getter/setter pair
channelId String?
getter/setter pair
desc String?
getter/setter pair
extra String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
getter/setter pair
owner String?
getter/setter pair
portrait String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret String?
getter/setter pair
status ChannelStatus
getter/setter pair
updateDt int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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