fixedassetdepreciationreportRunreportPost method

Future<Response<WebApiDataAppReportResponse>> fixedassetdepreciationreportRunreportPost({
  1. required WebApiModulesReportsFixedAssetDepreciationReportFixedAssetDepreciationReportRequest? body,
})

Implementation

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

  return _fixedassetdepreciationreportRunreportPost(body: body);
}