getReportService method

ReportService getReportService()

Implementation

ReportService getReportService() {
  _reportService ??= ReportService(this);
  return _reportService!;
}