extensionPath property

String extensionPath

The absolute file path of the directory containing this extension. Shorthand notation for {@link Extension.extensionUriExtension.extensionUri.fsPath} (independent of the uri scheme).

Implementation

_i2.String get extensionPath => _i5.getProperty(
      this,
      'extensionPath',
    );