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