getModifierState method

bool getModifierState(
  1. String keyArg
)

Implementation

bool getModifierState(String keyArg) =>
    js_util.callMethod(this, 'getModifierState', [keyArg]);