copyWith abstract method
BulkQueryResult
copyWith({
- List<
BulkQueryColumnDescription> ? headers, - String? data,
- int? numAffectedRows,
- Duration? duration,
Returns a shallow copy of this BulkQueryResult with some or all fields replaced by the given arguments.
Implementation
@_i1.useResult
BulkQueryResult copyWith({
List<_i2.BulkQueryColumnDescription>? headers,
String? data,
int? numAffectedRows,
Duration? duration,
});