groupSymbolValueToString top-level constant

Map<GroupSymbolValue, String> const groupSymbolValueToString

Implementation

const groupSymbolValueToString = {
  GroupSymbolValue.brace: 'brace',
  GroupSymbolValue.bracket: 'bracket',
  GroupSymbolValue.line: 'line',
  GroupSymbolValue.none: 'none',
  GroupSymbolValue.square: 'square',
};