copyWith abstract method

ColumnDefinition copyWith({
  1. String? name,
  2. ColumnType? columnType,
  3. bool? isNullable,
  4. String? columnDefault,
  5. String? dartType,
})

Implementation

ColumnDefinition copyWith({
  String? name,
  _i2.ColumnType? columnType,
  bool? isNullable,
  String? columnDefault,
  String? dartType,
});