QChatChannelMember constructor

QChatChannelMember({
  1. int? serverId,
  2. int? channelId,
  3. int? updateTime,
  4. int? createTime,
  5. String? accid,
  6. String? avatar,
  7. String? nick,
})

Implementation

QChatChannelMember(
    {this.serverId,
    this.channelId,
    this.updateTime,
    this.createTime,
    this.accid,
    this.avatar,
    this.nick});