thumbnail property

ArcGISImage? thumbnail

The thumbnail to be used for the offline map.

Implementation

ArcGISImage? get thumbnail => _thumbnail.value;
void thumbnail=(ArcGISImage? value)

Implementation

set thumbnail(ArcGISImage? value) => _thumbnail.value = value;