NIMSignallingChannelInfo constructor
Implementation
NIMSignallingChannelInfo({
this.channelName,
required this.channelId,
required this.channelType,
this.channelExtension,
this.createTime,
this.expireTime,
required this.creatorAccountId,
});