dirName property

String dirName

Implementation

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

Implementation

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