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