item property
The ArcGIS item associated with this map or scene.
This can be a PortalItem (for web maps and web scenes loaded from a portal or saved to a portal), or a LocalItem (for maps in a map package or scenes in a scene package), or null if no Item is associated with this map or scene.
Implementation
Item? get item => _item.value;
Implementation
set item(Item? value) => _item.value = value;