diff --git a/lib/core/model/get_medication_response_model.dart b/lib/core/model/get_medication_response_model.dart index 57f936dc..a42a8b47 100644 --- a/lib/core/model/get_medication_response_model.dart +++ b/lib/core/model/get_medication_response_model.dart @@ -16,8 +16,7 @@ class GetMedicationResponseModel { this.price, this.quantity, this.isNarcotic, - this.uom}); - this.isNarcotic, + this.uom, this.mediSpanGPICode}); GetMedicationResponseModel.fromJson(Map json) {