dir property

String dir

Implementation

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

Implementation

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