ControlCharacters class abstract

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

Constructors

ControlCharacters()

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

arrowDown → const ControlCharacterArrowDownImpl
arrowLeft → const ControlCharacterArrowLeftImpl
arrowRight → const ControlCharacterArrowRightImpl
arrowUp → const ControlCharacterArrowUpImpl
backspace → const ControlCharacterBackspaceImpl
ctrlA → const ControlCharacterCtrlAImpl
ctrlB → const ControlCharacterCtrlBImpl
ctrlC → const ControlCharacterCtrlCImpl
ctrlD → const ControlCharacterCtrlDImpl
ctrlE → const ControlCharacterCtrlEImpl
ctrlF → const ControlCharacterCtrlFImpl
ctrlG → const ControlCharacterCtrlGImpl
ctrlH → const ControlCharacterCtrlHImpl
ctrlJ → const ControlCharacterCtrlJImpl
ctrlK → const ControlCharacterCtrlKImpl
ctrlL → const ControlCharacterCtrlLImpl
ctrlN → const ControlCharacterCtrlNImpl
ctrlO → const ControlCharacterCtrlOImpl
ctrlP → const ControlCharacterCtrlPImpl
ctrlQ → const ControlCharacterCtrlQImpl
ctrlR → const ControlCharacterCtrlRImpl
ctrlS → const ControlCharacterCtrlSImpl
ctrlT → const ControlCharacterCtrlTImpl
ctrlU → const ControlCharacterCtrlUImpl
ctrlV → const ControlCharacterCtrlVImpl
ctrlW → const ControlCharacterCtrlWImpl
ctrlX → const ControlCharacterCtrlXImpl
ctrlY → const ControlCharacterCtrlYImpl
ctrlZ → const ControlCharacterCtrlZImpl
delete → const ControlCharacterDeleteImpl
end → const ControlCharacterEndImpl
enter → const ControlCharacterEnterImpl
escape → const ControlCharacterEscapeImpl
F1 → const ControlCharacterF1Impl
F2 → const ControlCharacterF2Impl
F3 → const ControlCharacterF3Impl
F4 → const ControlCharacterF4Impl
home → const ControlCharacterHomeImpl
pageDown → const ControlCharacterPageDownImpl
pageUp → const ControlCharacterPageUpImpl
tab → const ControlCharacterTabImpl
unknown → const ControlCharacterUnknownImpl
wordBackspace → const ControlCharacterWordBackspaceImpl
wordLeft → const ControlCharacterWordLeftImpl
wordRight → const ControlCharacterWordRightImpl