detectedHotKeys property

Map<String, HotKeyInfo>? detectedHotKeys
getter/setter pair

Debugging information for each detected hot key.

Keyed by a hash of the key.

Implementation

core.Map<core.String, HotKeyInfo>? detectedHotKeys;