copyWith abstract method

  1. @useResult
BulkQueryResult copyWith({
  1. List<BulkQueryColumnDescription>? headers,
  2. String? data,
  3. int? numAffectedRows,
  4. 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,
});