toCoding method
Implementation
Coding toCoding() => Coding(
id: this.id,
qualifiedLinks: this.qualifiedLinks,
searchTerms: this.searchTerms,
rev: this.rev,
type: this.type,
code: this.code,
version: this.version,
description: this.label,
);