escape property
String
get
escape
Represents the value escaped for use in terminal output.
Implementation
String get escape => '$_ansiEscapeLiteral[${code}m';
Represents the value escaped for use in terminal output.
String get escape => '$_ansiEscapeLiteral[${code}m';