copyWith abstract method

BulkDataException copyWith({
  1. String? message,
  2. String? query,
})

Implementation

BulkDataException copyWith({
  String? message,
  String? query,
});