ICD10CMConcept constructor

ICD10CMConcept({
  1. String? code,
  2. String? description,
  3. double? score,
})

Implementation

ICD10CMConcept({
  this.code,
  this.description,
  this.score,
});