KeyCode class abstract

Constructors

KeyCode()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

DEL → const String
DOWN → const String
END → const String
ENTER → const String
ESC → const String
F1 → const String
F2 → const String
F3 → const String
F4 → const String
F5 → const String
F6 → const String
F7 → const String
F8 → const String
F9 → const String
F10 → const String
F11 → const String
F12 → const String
HOME → const String
INS → const String
LEFT → const String
PAGE_DOWN → const String
PAGE_UP → const String
SPACE → const String
UP → const String