endOfGroup constant

Map<String, String> const endOfGroup

Implementation

static const Map<String, String> endOfGroup = {
  '[': ']',
  '{': '}',
  '\\begingroup': '\\endgroup',
};