copyWith abstract method
Returns a shallow copy of this ColumnDefinition with some or all fields replaced by the given arguments.
Implementation
@_i1.useResult
ColumnDefinition copyWith({
String? name,
_i2.ColumnType? columnType,
bool? isNullable,
String? columnDefault,
String? dartType,
int? vectorDimension,
});