QChatUpdateServerRoleParam constructor Null safety
- int serverId,
- int roleId,
- {String? name,
- String? icon,
- String? ext,
- Map<
QChatRoleResource, QChatRoleOption> ? resourceAuths, - int? priority}
Implementation
QChatUpdateServerRoleParam(this.serverId, this.roleId,
{this.name, this.icon, this.ext, this.resourceAuths, this.priority});