shiftKey property

bool shiftKey

Implementation

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

Implementation

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