toRxNormTraitName method
Implementation
RxNormTraitName toRxNormTraitName() {
switch (this) {
case 'NEGATION':
return RxNormTraitName.negation;
}
throw Exception('$this is not known in enum RxNormTraitName');
}
RxNormTraitName toRxNormTraitName() {
switch (this) {
case 'NEGATION':
return RxNormTraitName.negation;
}
throw Exception('$this is not known in enum RxNormTraitName');
}