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