PhysicalKey enum
Values
- w → const PhysicalKey
- a → const PhysicalKey
- s → const PhysicalKey
- d → const PhysicalKey
- g → const PhysicalKey
- r → const PhysicalKey
- x → const PhysicalKey
- y → const PhysicalKey
- z → const PhysicalKey
- shift → const PhysicalKey
- esc → const PhysicalKey
- del → const PhysicalKey
- space → const PhysicalKey
- backtick → const PhysicalKey
- key0 → const PhysicalKey
- key1 → const PhysicalKey
- key2 → const PhysicalKey
- key3 → const PhysicalKey
- key4 → const PhysicalKey
- key5 → const PhysicalKey
- key6 → const PhysicalKey
- key7 → const PhysicalKey
- key8 → const PhysicalKey
- key9 → const PhysicalKey
- enter → const PhysicalKey
- period → const PhysicalKey
- numpad0 → const PhysicalKey
- numpad1 → const PhysicalKey
- numpad2 → const PhysicalKey
- numpad3 → const PhysicalKey
- numpad4 → const PhysicalKey
- numpad5 → const PhysicalKey
- numpad6 → const PhysicalKey
- numpad7 → const PhysicalKey
- numpad8 → const PhysicalKey
- numpad9 → const PhysicalKey
- numpadPeriod → const PhysicalKey
- numpadEnter → const PhysicalKey
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
-
values
→ const List<
PhysicalKey> - A constant List of the values in this enum, in order of their declaration.