inventoryprepIdGet method

Future<Response<WebApiModulesHomeControlsInventoryPrepInventoryPrep>> inventoryprepIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _inventoryprepIdGet(id: id);
}