software property

bool software

Implementation

bool get software => js_util.getProperty(this, 'software');
void software=(bool newValue)

Implementation

set software(bool newValue) {
  js_util.setProperty(this, 'software', newValue);
}