path property

String path

Implementation

String get path => js_util.getProperty(this, 'path');
void path=(String newValue)

Implementation

set path(String newValue) {
  js_util.setProperty(this, 'path', newValue);
}