Keys class abstract

Abstract class providing some key codes which can be statically accessed.

Constructors

Keys()

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

Static Properties

arrowDown List<int>
Arrow down. Consists of three bytes. For historical reasons, you can also use 's' instead of arrow down on Windows. It is packed into a single element list in order to not break the spread syntax.
final
arrowUp List<int>
Arrows up. Consists of three bytes in Unix like systems (including MacOS). For historical reasons, you can also use 'w' insted of arrow up on Windows. It is packed into a single element list in order to not break the spread syntax.
final
enter int
Enter key. Single byte.
final