altKey property

bool get altKey

Implementation

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

Implementation

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