path property

String get path

Implementation

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

Implementation

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