indexedHotKeys property

Map<String, IndexedHotKey>? indexedHotKeys
getter/setter pair

The (sparse) mapping from time index to an IndexedHotKey message, representing those time intervals for which there are hot keys.

Implementation

core.Map<core.String, IndexedHotKey>? indexedHotKeys;