nim_core
nim_core
QChatChannelIdInfo
QChatChannelIdInfo constructor
QChatChannelIdInfo
QChatChannelIdInfo
constructor
Null safety
QChatChannelIdInfo
(
{
required
int
serverId
,
required
int
channelId
}
)
Implementation
QChatChannelIdInfo({required this.serverId, required this.channelId});
nim_core
nim_core
QChatChannelIdInfo
QChatChannelIdInfo constructor
QChatChannelIdInfo class
Constructors
QChatChannelIdInfo
fromJson
Properties
channelId
hashCode
runtimeType
serverId
Methods
noSuchMethod
toJson
toString
Operators
operator ==