copyWith abstract method

BulkQueryColumnDescription copyWith({
  1. String? name,
  2. String? table,
})

Implementation

BulkQueryColumnDescription copyWith({
  String? name,
  String? table,
});