Coding constructor
Coding({})
Returns a new Coding instance.
Implementation
Coding({
this.id,
this.rev,
this.type,
this.code,
this.version,
this.description = const {},
this.qualifiedLinks = const {},
this.searchTerms = const {},
});