From 2fe475d98a8c488126436f07b927e998527a6b20 Mon Sep 17 00:00:00 2001 From: hussam al-habibeh Date: Wed, 27 Oct 2021 08:33:45 +0300 Subject: [PATCH] admission orders change --- lib/core/service/operation_report_servive.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/core/service/operation_report_servive.dart b/lib/core/service/operation_report_servive.dart index 3189d6c6..4c2a1a37 100644 --- a/lib/core/service/operation_report_servive.dart +++ b/lib/core/service/operation_report_servive.dart @@ -5,8 +5,6 @@ import 'package:doctor_app_flutter/models/operation_report/get_operation_report_ import 'package:doctor_app_flutter/models/operation_report/get_operation_report_request_model.dart'; class OperationReportService extends BaseService { - List _operationReportList = List(); - List _operationReportList = []; List get operationReportList => _operationReportList;