projectmanagerbillingreportRunreportPost method

Implementation

Future<chopper.Response<WebApiDataAppReportResponse>>
projectmanagerbillingreportRunreportPost({
  required WebApiModulesReportsBillingProjectManagerBillingReportProjectManagerBillingReportRequest?
  body,
}) {
  generatedMapping.putIfAbsent(
    WebApiDataAppReportResponse,
    () => WebApiDataAppReportResponse.fromJsonFactory,
  );

  return _projectmanagerbillingreportRunreportPost(body: body);
}