itemInfo property
Offline map item info used for the local item properties in the offline map.
If this property is null then the properties are copied from the portal item.
Implementation
OfflineMapItemInfo? get itemInfo => _itemInfo.value;
Implementation
set itemInfo(OfflineMapItemInfo? value) => _itemInfo.value = value;