copyWith abstract method
Creates a new instance of the entity with updated values.
Implementation
DatumEntityBase copyWith({DateTime? modifiedAt, int? version, bool? isDeleted});
Creates a new instance of the entity with updated values.
DatumEntityBase copyWith({DateTime? modifiedAt, int? version, bool? isDeleted});