copyWith abstract method

BulkQueryResult copyWith({
  1. List<BulkQueryColumnDescription>? headers,
  2. String? data,
  3. int? numAffectedRows,
  4. Duration? duration,
})

Implementation

BulkQueryResult copyWith({
  List<_i2.BulkQueryColumnDescription>? headers,
  String? data,
  int? numAffectedRows,
  Duration? duration,
});