itemResourceCache property

ItemResourceCache? itemResourceCache

The item resource cache contains a custom style that can be applied to this layer.

This method can only be called if the layer load status is LoadStatus.notLoaded or LoadStatus.failedToLoad otherwise ArcGISExceptionType.commonIllegalState exception will occur.

Implementation

ItemResourceCache? get itemResourceCache => _itemResourceCache.value;