copyWith abstract method

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

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

Implementation

@_iss.useResult
DatabaseMigrationWarning copyWith({
  _isd.DatabaseMigrationWarningType? type,
  String? message,
  String? table,
  List<String>? columns,
  bool? destructive,
});