RxNormAttribute constructor

RxNormAttribute({
  1. int? beginOffset,
  2. int? endOffset,
  3. int? id,
  4. double? relationshipScore,
  5. double? score,
  6. String? text,
  7. List<RxNormTrait>? traits,
  8. RxNormAttributeType? type,
})

Implementation

RxNormAttribute({
  this.beginOffset,
  this.endOffset,
  this.id,
  this.relationshipScore,
  this.score,
  this.text,
  this.traits,
  this.type,
});