inventorygroupIdGet method

Future<Response<WebApiModulesSettingsInventorySettingsInventoryGroupInventoryGroup>> inventorygroupIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _inventorygroupIdGet(id: id);
}