extensionAssetsPath property

String extensionAssetsPath
final

The absolute path to this extension's assets on disk.

This will most likely be in the user's pub cache, but may also be somewhere else on the user's machine if, for example, a dependency is specified as a path dependency.

This value will NOT be defined by the extension's config.yaml file; it is derived on the DevTools server as part of the extension detection mechanism.

Implementation

final String extensionAssetsPath;