Ok copyWith({ dynamic extra, int? clientId, }) => Ok( extra: extra ?? this.extra, clientId: clientId ?? this.clientId, );