specialCharacters top-level constant

List<String> const specialCharacters

Implementation

const specialCharacters = [
  ':',
  '{',
  '}',
  '[',
  ']',
  ',',
  '&',
  '*',
  '#',
  '?',
  '|',
  '-',
  '<',
  '>',
  '=',
  '!',
  '%',
  '@',
  ')',
];