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