ManifestKeybinding class
A keybinding declared in a plugin manifest.
Constructors
- ManifestKeybinding({required String command, required String key, String? when})
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited