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