|
|
|
|
@ -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<GetOperationReportModel> _operationReportList = List();
|
|
|
|
|
|
|
|
|
|
List<GetOperationReportModel> _operationReportList = [];
|
|
|
|
|
List<GetOperationReportModel> get operationReportList => _operationReportList;
|
|
|
|
|
|
|
|
|
|
|