path property

String path

The path of the JSON ruleset relative to the extension directory.

Implementation

String get path => _wrapped.path;
void path=(String v)

Implementation

set path(String v) {
  _wrapped.path = v;
}