software property
bool
get
software
Implementation
bool get software => js_util.getProperty(this, 'software');
set
software
(bool newValue)
Implementation
set software(bool newValue) {
js_util.setProperty(this, 'software', newValue);
}