Params copyWith({ int? status, Error? error, }) => Params( status: status ?? this.status, error: error ?? this.error, );