inventorygroupinventoryIdGet method

Future<Response<WebApiModulesSettingsInventoryGroupInventoryInventoryGroupInventory>> inventorygroupinventoryIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _inventorygroupinventoryIdGet(id: id);
}