none constant
List of characters to remove from the input string.
Implementation
static const List<String> none = [
"!",
"@",
"#",
"\$",
"^",
"*",
"+",
"=",
"{",
"}",
"[",
"]",
"\\",
"|",
":",
";",
"<",
">",
"?",
"/",
"%",
"(",
")",
".",
];