metaKey property

bool metaKey

Implementation

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

Implementation

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