EscapeCode class sealed
An escape code: a Csi control sequence, a ControlString — the Osc and the four the standard puts beside it — an Esc sequence, or something none of those could be made of.
- Inheritance
- Implementers
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
What this code is called, as
Parser.showControlFunctionswrites it.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- string → String
-
The piece of the string this stands for, as it was written.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toStringAsControlCodes(
) → String -
The sequence with its control codes spelt out by their abbreviations:
[ESC][where the bytes are. -
toStringAsEscapeSequences(
) → String -
The sequence read out as the standard reads it:
[CSI 4 CUU].
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited