storagePath property
String?
get
storagePath
An absolute file path of a workspace specific directory in which the extension can store private state. The directory might not exist on disk and creation is up to the extension. However, the parent directory is guaranteed to be existent.
Use {@linkcode ExtensionContext.workspaceStateworkspaceState} or {@linkcode ExtensionContext.globalStateglobalState} to store key value data.
Implementation
_i2.String? get storagePath => _i5.getProperty(
this,
'storagePath',
);