String defaultColorSymbol

Source

String get defaultColorSymbol {
  if (!showColors) {
    return "";
  }
  return "\u001b[0m";
}