path property
String
get
path
The path of the JSON ruleset relative to the extension directory.
Implementation
String get path => _wrapped.path;
set
path
(String v)
Implementation
set path(String v) {
_wrapped.path = v;
}