QChatUpdateServerRoleParam constructor Null safety

QChatUpdateServerRoleParam(
  1. int serverId,
  2. int roleId,
  3. {String? name,
  4. String? icon,
  5. String? ext,
  6. Map<QChatRoleResource, QChatRoleOption>? resourceAuths,
  7. int? priority}
)

Implementation

QChatUpdateServerRoleParam(this.serverId, this.roleId,
    {this.name, this.icon, this.ext, this.resourceAuths, this.priority});