defaultCodeAutoPairs top-level constant

Map<String, String> const defaultCodeAutoPairs

Implementation

const defaultCodeAutoPairs = <String, String>{
  '(': ')',
  '[': ']',
  '{': '}',
  '"': '"',
  "'": "'",
  '`': '`',
};