groupClosings property
Marker for group start and end.
Implementation
Map<String, String> get groupClosings => {
stringStart1: stringEnd1,
stringStart2: stringEnd2,
identifierStart: identifierEnd,
groupExprStart: groupExprEnd,
blockStart: blockEnd,
enumStart: enumEnd,
namespaceStart: namespaceEnd,
classStart: classEnd,
functionStart: functionEnd,
structStart: structEnd,
listStart: listEnd,
externalFunctionTypeDefStart: externalFunctionTypeDefEnd,
typeListStart: typeListEnd,
importExportListStart: importExportListEnd,
};