dir property

String get dir

Implementation

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

Implementation

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