shortcuts property
final
The map of shortcuts that describes the mapping between a key sequence
defined by a ShortcutActivator
and the Intent
that will be emitted
when that key sequence is pressed.
Implementation
final Map<ShortcutActivator, Intent>? shortcuts;