copyWith abstract method

  1. @useResult
ColumnDefinition copyWith({
  1. String? name,
  2. ColumnType? columnType,
  3. bool? isNullable,
  4. String? columnDefault,
  5. 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,
});