QChatUpdateMemberRoleParam constructor Null safety
- int serverId,
- int channelId,
- String accid,
- Map<
QChatRoleResource, QChatRoleOption> resourceAuths
Implementation
QChatUpdateMemberRoleParam(
this.serverId, this.channelId, this.accid, this.resourceAuths);