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