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