escape constant
String
const escape
This is the Unicode escape sequence for the ASCII escape character (ESC).
Implementation
static const escape = '\u001b';
This is the Unicode escape sequence for the ASCII escape character (ESC).
static const escape = '\u001b';