LddKeyId enum

Inheritance
Available extensions

Values

escape → const LddKeyId
return_ → const LddKeyId
backspace → const LddKeyId
left → const LddKeyId
up → const LddKeyId
down → const LddKeyId
space → const LddKeyId
a → const LddKeyId
b → const LddKeyId
c → const LddKeyId
d → const LddKeyId
e → const LddKeyId
f → const LddKeyId
g → const LddKeyId
h → const LddKeyId
i → const LddKeyId
j → const LddKeyId
k → const LddKeyId
l → const LddKeyId
m → const LddKeyId
n → const LddKeyId
o → const LddKeyId
p → const LddKeyId
q → const LddKeyId
r → const LddKeyId
s → const LddKeyId
t → const LddKeyId
u → const LddKeyId
v → const LddKeyId
w → const LddKeyId
x → const LddKeyId
y → const LddKeyId
z → const LddKeyId
f1 → const LddKeyId
f2 → const LddKeyId
f3 → const LddKeyId
f4 → const LddKeyId
f5 → const LddKeyId
f6 → const LddKeyId
f7 → const LddKeyId
f8 → const LddKeyId
f9 → const LddKeyId
f10 → const LddKeyId
f11 → const LddKeyId
f12 → const LddKeyId
zero → const LddKeyId
one → const LddKeyId
two → const LddKeyId
three → const LddKeyId
four → const LddKeyId
five → const LddKeyId
six → const LddKeyId
seven → const LddKeyId
eight → const LddKeyId
nine → const LddKeyId
shift → const LddKeyId
leftCtrl → const LddKeyId
rightCtrl → const LddKeyId
leftAlt → const LddKeyId
rightAlt → const LddKeyId
capsLock → const LddKeyId
pause → const LddKeyId
pageUp → const LddKeyId
pageDown → const LddKeyId
printScreen → const LddKeyId
insert → const LddKeyId
end → const LddKeyId
home → const LddKeyId
delete → const LddKeyId
add → const LddKeyId
subtract → const LddKeyId
multiply → const LddKeyId
separator → const LddKeyId
decimal → const LddKeyId
divide → const LddKeyId
backTick → const LddKeyId
backSlash → const LddKeyId
forwardSlash → const LddKeyId
plus → const LddKeyId
minus → const LddKeyId
fullStop → const LddKeyId
comma → const LddKeyId
tab → const LddKeyId
numlock → const LddKeyId
leftSquareBracket → const LddKeyId
rightSquareBracket → const LddKeyId
semiColon → const LddKeyId
apostrophe → const LddKeyId
hash → const LddKeyId
numPad0 → const LddKeyId
numPad1 → const LddKeyId
numPad2 → const LddKeyId
numPad3 → const LddKeyId
numPad4 → const LddKeyId
numPad5 → const LddKeyId
numPad6 → const LddKeyId
numPad7 → const LddKeyId
numPad8 → const LddKeyId
numPad9 → const LddKeyId

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

keyIdToString() String
转传统字符串
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<LddKeyId>
A constant List of the values in this enum, in order of their declaration.