copyWith abstract method

DatumEntityBase copyWith({
  1. DateTime? modifiedAt,
  2. int? version,
  3. bool? isDeleted,
})

Creates a new instance of the entity with updated values.

Implementation

DatumEntityBase copyWith({DateTime? modifiedAt, int? version, bool? isDeleted});