substitutions property

Map<String, String> substitutions
final

Implementation

final Map<String, String> substitutions = {
  '-': ' ',
  '–': ' ',
  '&': ' and ',
  '^the ': '',
  '^a ': '',
};