QChatUpdateServerRoleAuthsAttachment constructor Null safety

QChatUpdateServerRoleAuthsAttachment(
  1. {int? serverId,
  2. Map<QChatRoleResource, QChatRoleOption>? updateAuths,
  3. int? roleId}
)

Implementation

QChatUpdateServerRoleAuthsAttachment(
    {this.serverId, this.updateAuths, this.roleId});