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;