vectorTileCache property
The underlying vector tile cache or null if no vector tile cache is present.
If this layer was created from a vector tile cache or a local file URI, then it will return the vector tile cache. If this layer was created from a remote URI, it will return null.
Implementation
VectorTileCache? get vectorTileCache => _vectorTileCache.value;