shortcuts property
Map<LogicalKeySet, String>
get
shortcuts
Gets all current keyboard shortcuts.
Returns an unmodifiable map of shortcuts to action IDs.
Implementation
Map<LogicalKeySet, String> get shortcuts => Map.unmodifiable(_shortcuts);