EntityReferenceDto constructor
Returns a new EntityReferenceDto instance.
Implementation
EntityReferenceDto({
required this.id,
this.rev,
this.deletionDate,
this.docId,
});
Returns a new EntityReferenceDto instance.
EntityReferenceDto({
required this.id,
this.rev,
this.deletionDate,
this.docId,
});