copyWith abstract method

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

Implementation

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