AsciiPrintableKey enum
A printable ASCII key on the keyboard.
Icludes all printable characters, such as letters, numbers, and punctuation.
Constructors
- AsciiPrintableKey()
-
const
Values
- space → const AsciiPrintableKey
-
Space (
' '). - exclamationMark → const AsciiPrintableKey
-
Exclamation mark (
'!'). - doubleQuote → const AsciiPrintableKey
-
Double quote (
'"'). - hash → const AsciiPrintableKey
-
Number sign (
'#'). - dollar → const AsciiPrintableKey
-
Dollar sign (
'$'). - percent → const AsciiPrintableKey
-
Percent sign (
'%'). - ampersand → const AsciiPrintableKey
-
Ampersand (
'&'). - singleQuote → const AsciiPrintableKey
-
Single quote (
"'"). - openParenthesis → const AsciiPrintableKey
-
Left parenthesis (
'('). - closeParenthesis → const AsciiPrintableKey
-
Right parenthesis (
')'). - asterisk → const AsciiPrintableKey
-
Asterisk (
'*'). - plus → const AsciiPrintableKey
-
Plus sign (
'+'). - comma → const AsciiPrintableKey
-
Comma (
','). - minus → const AsciiPrintableKey
-
Minus sign (
'-'). - period → const AsciiPrintableKey
-
Period (
'.'). - slash → const AsciiPrintableKey
-
Forward slash (
'/'). - $0 → const AsciiPrintableKey
-
Zero (
'0'). - $1 → const AsciiPrintableKey
-
One (
'1'). - $2 → const AsciiPrintableKey
-
Two (
'2'). - $3 → const AsciiPrintableKey
-
Three (
'3'). - $4 → const AsciiPrintableKey
-
Four (
'4'). - $5 → const AsciiPrintableKey
-
Five (
'5'). - $6 → const AsciiPrintableKey
-
Six (
'6'). - $7 → const AsciiPrintableKey
-
Seven (
'7'). - $8 → const AsciiPrintableKey
-
Eight (
'8'). - $9 → const AsciiPrintableKey
-
Nine (
'9'). - colon → const AsciiPrintableKey
-
Colon (
':'). - semicolon → const AsciiPrintableKey
-
Semicolon (
';'). - lessThan → const AsciiPrintableKey
-
Less than sign (
'<'). - equals → const AsciiPrintableKey
-
Equals sign (
'='). - greaterThan → const AsciiPrintableKey
-
Greater than sign (
'>'). - questionMark → const AsciiPrintableKey
-
Question mark (
'?'). - at → const AsciiPrintableKey
-
At sign (
'@'). - A → const AsciiPrintableKey
-
Uppercase letter A (
'A'). - B → const AsciiPrintableKey
-
Uppercase letter B (
'B'). - C → const AsciiPrintableKey
-
Uppercase letter C (
'C'). - D → const AsciiPrintableKey
-
Uppercase letter D (
'D'). - E → const AsciiPrintableKey
-
Uppercase letter E (
'E'). - F → const AsciiPrintableKey
-
Uppercase letter F (
'F'). - G → const AsciiPrintableKey
-
Uppercase letter G (
'G'). - H → const AsciiPrintableKey
-
Uppercase letter H (
'H'). - I → const AsciiPrintableKey
-
Uppercase letter I (
'I'). - J → const AsciiPrintableKey
-
Uppercase letter J (
'J'). - K → const AsciiPrintableKey
-
Uppercase letter K (
'K'). - L → const AsciiPrintableKey
-
Uppercase letter L (
'L'). - M → const AsciiPrintableKey
-
Uppercase letter M (
'M'). - N → const AsciiPrintableKey
-
Uppercase letter N (
'N'). - O → const AsciiPrintableKey
-
Uppercase letter O (
'O'). - P → const AsciiPrintableKey
-
Uppercase letter P (
'P'). - Q → const AsciiPrintableKey
-
Uppercase letter Q (
'Q'). - R → const AsciiPrintableKey
-
Uppercase letter R (
'R'). - S → const AsciiPrintableKey
-
Uppercase letter S (
'S'). - T → const AsciiPrintableKey
-
Uppercase letter T (
'T'). - U → const AsciiPrintableKey
-
Uppercase letter U (
'U'). - V → const AsciiPrintableKey
-
Uppercase letter V (
'V'). - W → const AsciiPrintableKey
-
Uppercase letter W (
'W'). - X → const AsciiPrintableKey
-
Uppercase letter X (
'X'). - Y → const AsciiPrintableKey
-
Uppercase letter Y (
'Y'). - Z → const AsciiPrintableKey
-
Uppercase letter Z (
'Z'). - openBracket → const AsciiPrintableKey
-
Left square bracket (
'['). - backslash → const AsciiPrintableKey
-
Backslash (
'\\'). - closeBracket → const AsciiPrintableKey
-
Right square bracket (
']'). - caret → const AsciiPrintableKey
-
Caret (
'^'). - underscore → const AsciiPrintableKey
-
Underscore (
'_'). - backtick → const AsciiPrintableKey
-
Grave accent (backtick) (
''`). - a → const AsciiPrintableKey
-
Lowercase letter a (
'a'). - b → const AsciiPrintableKey
-
Lowercase letter b (
'b'). - c → const AsciiPrintableKey
-
Lowercase letter c (
'c'). - d → const AsciiPrintableKey
-
Lowercase letter d (
'd'). - e → const AsciiPrintableKey
-
Lowercase letter e (
'e'). - f → const AsciiPrintableKey
-
Lowercase letter f (
'f'). - g → const AsciiPrintableKey
-
Lowercase letter g (
'g'). - h → const AsciiPrintableKey
-
Lowercase letter h (
'h'). - i → const AsciiPrintableKey
-
Lowercase letter i (
'i'). - j → const AsciiPrintableKey
-
Lowercase letter j (
'j'). - k → const AsciiPrintableKey
-
Lowercase letter k (
'k'). - l → const AsciiPrintableKey
-
Lowercase letter l (
'l'). - m → const AsciiPrintableKey
-
Lowercase letter m (
'm'). - n → const AsciiPrintableKey
-
Lowercase letter n (
'n'). - o → const AsciiPrintableKey
-
Lowercase letter o (
'o'). - p → const AsciiPrintableKey
-
Lowercase letter p (
'p'). - q → const AsciiPrintableKey
-
Lowercase letter q (
'q'). - r → const AsciiPrintableKey
-
Lowercase letter r (
'r'). - s → const AsciiPrintableKey
-
Lowercase letter s (
's'). - t → const AsciiPrintableKey
-
Lowercase letter t (
't'). - u → const AsciiPrintableKey
-
Lowercase letter u (
'u'). - v → const AsciiPrintableKey
-
Lowercase letter v (
'v'). - w → const AsciiPrintableKey
-
Lowercase letter w (
'w'). - x → const AsciiPrintableKey
-
Lowercase letter x (
'x'). - y → const AsciiPrintableKey
-
Lowercase letter y (
'y'). - z → const AsciiPrintableKey
-
Lowercase letter z (
'z'). - openBrace → const AsciiPrintableKey
-
Left curly brace (
'{'). - pipe → const AsciiPrintableKey
-
Vertical bar (
'|'). - closeBrace → const AsciiPrintableKey
-
Right curly brace (
'}'). - tilde → const AsciiPrintableKey
-
Tilde (
'~').
Properties
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<
AsciiPrintableKey> - A constant List of the values in this enum, in order of their declaration.