copyWith abstract method

  1. @override
  2. @useResult
DatabaseMigrationVersion copyWith({
  1. int? id,
  2. String? module,
  3. String? version,
  4. Object? timestamp,
})
override

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

Implementation

@override
@_i2.useResult
DatabaseMigrationVersion copyWith({
  int? id,
  String? module,
  String? version,
  Object? timestamp,
});