metaKey property

bool get metaKey

Implementation

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

Implementation

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