RxNormEntity constructor

RxNormEntity({
  1. List<RxNormAttribute>? attributes,
  2. int? beginOffset,
  3. RxNormEntityCategory? category,
  4. int? endOffset,
  5. int? id,
  6. List<RxNormConcept>? rxNormConcepts,
  7. double? score,
  8. String? text,
  9. List<RxNormTrait>? traits,
  10. RxNormEntityType? type,
})

Implementation

RxNormEntity({
  this.attributes,
  this.beginOffset,
  this.category,
  this.endOffset,
  this.id,
  this.rxNormConcepts,
  this.score,
  this.text,
  this.traits,
  this.type,
});