extensionPath property

String? get extensionPath

Path relative to the extension directory. Should start with '/'.

Implementation

String? get extensionPath => _wrapped.extensionPath;
set extensionPath (String? v)

Implementation

set extensionPath(String? v) {
  _wrapped.extensionPath = v;
}