copyWith abstract method

  1. @useResult
DatabaseMigrationWarning copyWith({
  1. DatabaseMigrationWarningType? type,
  2. String? message,
  3. String? table,
  4. List<String>? columns,
  5. bool? destrucive,
})

Returns a shallow copy of this DatabaseMigrationWarning with some or all fields replaced by the given arguments.

Implementation

@_i1.useResult
DatabaseMigrationWarning copyWith({
  _i2.DatabaseMigrationWarningType? type,
  String? message,
  String? table,
  List<String>? columns,
  bool? destrucive,
});