SEPERATOR_CHARS top-level constant

List<String> const SEPERATOR_CHARS

Implementation

const SEPERATOR_CHARS = const [
  ' ',
  ',',
  ';',
  ':',
  '|',
  '/',
  '\\',
  '_',
  '.',
  '-',
];