indexedHotKeys property
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;
The (sparse) mapping from time index to an IndexedHotKey message, representing those time intervals for which there are hot keys.
core.Map<core.String, IndexedHotKey>? indexedHotKeys;