From cf44e6f77a37d18a862c8a7950620ba94a0ba3b6 Mon Sep 17 00:00:00 2001 From: hussam al-habibeh Date: Sun, 7 Mar 2021 12:10:26 +0200 Subject: [PATCH] hussam --- lib/core/model/get_medication_response_model.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) {