triggerChars constant

Map<String, String> const triggerChars

Implementation

static const triggerChars = {
  '(': ')',
  '[': ']',
  '{': '}',
  '"': '"',
  "'": "'",
  '`': '`',
};