ShiftKeySelected<T> mixin
Null safety
Superclass for things that can be selected based on whether the f or g key, or neither, has been pressed. See ShiftKey.select. It's a little like the Visitor pattern - a tyepsafe way of avoiding a switch statement on the shift key.
- Mixin Applications
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited