slash constant

List<String> const slash

Implementation

static const List<String> slash = [
  " ",
  "\"",
  "'",
  ",",
  "-",
  "&",
];