depreciationPost method
Future<Response<WebApiModulesHomeDepreciationDepreciation> >
depreciationPost({
- required WebApiModulesHomeDepreciationDepreciation? body,
Implementation
Future<chopper.Response<WebApiModulesHomeDepreciationDepreciation>>
depreciationPost({required WebApiModulesHomeDepreciationDepreciation? body}) {
generatedMapping.putIfAbsent(
WebApiModulesHomeDepreciationDepreciation,
() => WebApiModulesHomeDepreciationDepreciation.fromJsonFactory,
);
return _depreciationPost(body: body);
}