altKey property

bool altKey

Implementation

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

Implementation

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