slash constant

List<String> const slash

List of characters to replace with underscores in the input string.

Implementation

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