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