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