UnknownEscapeCode class final
What an escape code falls back to when it is none of Csi, ControlString or Esc.
The patterns as they stand leave nothing for it: whatever they match is one of the three, so nothing in a string being read comes back as this today. It is here so that a pattern grown wider than its reader has somewhere to put what it caught, rather than throwing.
- Inheritance
-
- Object
- Entity
- EscapeCode
- UnknownEscapeCode
- Mixed-in types
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
What this code is called, as Parser.showControlFunctions writes it.
no setterinherited
- 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.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
-
toStringAsControlCodes(
) → String -
The sequence with its control codes spelt out by their abbreviations:
[ESC][where the bytes are.inherited -
toStringAsEscapeSequences(
) → String -
The sequence read out as the standard reads it:
[CSI 4 CUU].inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited