ShortcutRegistryEntry class

A entry returned by ShortcutRegistry.addAll that allows the caller to identify the shortcuts they registered with the ShortcutRegistry through the ShortcutRegistrar.

When the entry is no longer needed, dispose should be called, and the entry should no longer be used.

Properties

hashCode int
The hash code for this object.
no setterinherited
registry ShortcutRegistry
The ShortcutRegistry that this entry was issued by.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Called when the entry is no longer needed.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replaceAll(Map<ShortcutActivator, Intent> value) → void
Replaces the given shortcut bindings in the ShortcutRegistry that this entry was created from.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited