none constant

List<String> const none

List of characters to remove from the input string.

Implementation

static const List<String> none = [
  "!",
  "@",
  "#",
  "\$",
  "^",
  "*",
  "+",
  "=",
  "{",
  "}",
  "[",
  "]",
  "\\",
  "|",
  ":",
  ";",
  "<",
  ">",
  "?",
  "/",
  "%",
  "(",
  ")",
  ".",
];