IdentifierDto constructor
IdentifierDto({})
Returns a new IdentifierDto instance.
Implementation
IdentifierDto({
this.id,
this.assigner,
this.start,
this.end,
this.system,
this.type,
this.use,
this.value,
});