RxNormAttribute constructor
RxNormAttribute({
- int? beginOffset,
- int? endOffset,
- int? id,
- double? relationshipScore,
- double? score,
- String? text,
- List<
RxNormTrait> ? traits, - RxNormAttributeType? type,
Implementation
RxNormAttribute({
this.beginOffset,
this.endOffset,
this.id,
this.relationshipScore,
this.score,
this.text,
this.traits,
this.type,
});