copyWith abstract method
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,
});