system property

String system

Implementation

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

Implementation

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