wow64 property

bool wow64

Implementation

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

Implementation

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