unionOperatorLexer top-level property
identifies unionOperators
Implementation
final Parser<UnionOperatorParser> unionOperatorLexer = char(
'|',
).map((_) => UnionOperatorParser());
identifies unionOperators
final Parser<UnionOperatorParser> unionOperatorLexer = char(
'|',
).map((_) => UnionOperatorParser());