AssignUserRequest copyWith({String? userId}) { return AssignUserRequest(userId: userId ?? this.userId); }