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