RxNormConcept constructor

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

Implementation

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