QChatUpdateMemberRoleAuthsAttachment constructor Null safety

QChatUpdateMemberRoleAuthsAttachment(
  1. {int? channelId,
  2. int? serverId,
  3. String? accid,
  4. Map<QChatRoleResource, QChatRoleOption>? updateAuths}
)

Implementation

QChatUpdateMemberRoleAuthsAttachment(
    {this.channelId, this.serverId, this.accid, this.updateAuths});