toValue method
Implementation
String toValue() {
switch (this) {
case RxNormEntityCategory.medication:
return 'MEDICATION';
}
}
String toValue() {
switch (this) {
case RxNormEntityCategory.medication:
return 'MEDICATION';
}
}