copyWith abstract method
ColumnDefinition
copyWith({
- String? name,
- ColumnType? columnType,
- bool? isNullable,
- String? columnDefault,
- String? dartType,
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,
});