RxNormTrait constructor
RxNormTrait({
- RxNormTraitName? name,
- double? score,
Implementation
RxNormTrait({
this.name,
this.score,
});
RxNormTrait({
this.name,
this.score,
});