devtoolsOptionsUri property
The file:// URI to the devtools_options.yaml file that this
extension's enabled state will be stored at.
The should be equivalent to the package root that contains the
.dart_tool/package_config.json file where this extension was detected
from.
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 devtoolsOptionsUri;