depreciationIdGet method
Future<Response<WebApiModulesHomeControlsDepreciationDepreciation> >
depreciationIdGet({
- required String? id,
@param id
Implementation
Future<chopper.Response<WebApiModulesHomeControlsDepreciationDepreciation>>
depreciationIdGet({required String? id}) {
generatedMapping.putIfAbsent(
WebApiModulesHomeControlsDepreciationDepreciation,
() =>
WebApiModulesHomeControlsDepreciationDepreciation.fromJsonFactory);
return _depreciationIdGet(id: id);
}