projectreportRunreportPost method
Implementation
Future<chopper.Response<WebApiDataAppReportResponse>>
projectreportRunreportPost({
required WebApiModulesReportsOrderReportsProjectReportProjectReportRequest?
body,
}) {
generatedMapping.putIfAbsent(
WebApiDataAppReportResponse,
() => WebApiDataAppReportResponse.fromJsonFactory,
);
return _projectreportRunreportPost(body: body);
}