dispose method

void dispose()

Disposes resources contained in this item.

Implementation

void dispose() {
  _nameNotifier.dispose();
  _thumbnailNotifier.dispose();
  _tooltipNotifier.dispose();
  _isBasemapLoadingNotifier.dispose();
  _loadBasemapErrorNotifier.dispose();
  _spatialReferenceNotifier.dispose();
  _spatialReferenceStatusNotifier.dispose();
}