depreciationIdGet method

Future<Response<WebApiModulesHomeDepreciationDepreciation>> depreciationIdGet({
  1. required String? id,
})

@param id

Implementation

Future<chopper.Response<WebApiModulesHomeDepreciationDepreciation>>
depreciationIdGet({required String? id}) {
  generatedMapping.putIfAbsent(
    WebApiModulesHomeDepreciationDepreciation,
    () => WebApiModulesHomeDepreciationDepreciation.fromJsonFactory,
  );

  return _depreciationIdGet(id: id);
}