ControlCharacter enum

Non-printable characters that can be entered from the keyboard.

Inheritance
Available extensions

Values

none → const ControlCharacter

null

ctrlA → const ControlCharacter

Start of heading

ctrlB → const ControlCharacter

Start of text

ctrlC → const ControlCharacter

End of text

ctrlD → const ControlCharacter

End of xmit/file

ctrlE → const ControlCharacter

Enquiry

ctrlF → const ControlCharacter

Acknowledge

ctrlG → const ControlCharacter

Bell

ctrlH → const ControlCharacter

Backspace

ctrlI → const ControlCharacter

Horizontal tab

ctrlJ → const ControlCharacter

Line feed (return)

ctrlK → const ControlCharacter

Vertical tab

ctrlL → const ControlCharacter

Form feed

ctrlM → const ControlCharacter

Carriage feed (enter)

ctrlN → const ControlCharacter

Shift out

ctrlO → const ControlCharacter

Shift in

ctrlP → const ControlCharacter

Data line escape

ctrlQ → const ControlCharacter

Device control 1

ctrlR → const ControlCharacter

Device control 2

ctrlS → const ControlCharacter

Device control 3

ctrlT → const ControlCharacter

Device control 4

ctrlU → const ControlCharacter

Neg acknowledge

ctrlV → const ControlCharacter

Synchronous idle

ctrlW → const ControlCharacter

End of xmit block

ctrlX → const ControlCharacter

Cancel

ctrlY → const ControlCharacter

End of medium

ctrlZ → const ControlCharacter

Substitute (suspend)

arrowLeft → const ControlCharacter

Left arrow

arrowRight → const ControlCharacter

Right arrow

arrowUp → const ControlCharacter

Up arrow

arrowDown → const ControlCharacter

Down arrow

pageUp → const ControlCharacter

Page up

pageDown → const ControlCharacter

Page down

wordLeft → const ControlCharacter

Word left

wordRight → const ControlCharacter

Word right

home → const ControlCharacter

Home

end → const ControlCharacter

End

escape → const ControlCharacter

Escape

delete → const ControlCharacter

Delete

backspace → const ControlCharacter

Backspace

wordBackspace → const ControlCharacter

Word backspace

F1 → const ControlCharacter

Function 1

F2 → const ControlCharacter

Function 2

F3 → const ControlCharacter

Function 3

F4 → const ControlCharacter

Function 4

unknown → const ControlCharacter

Unknown control character

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<ControlCharacter>
A constant List of the values in this enum, in order of their declaration.