avgLexer top-level property
identifies avgs
Implementation
final Parser<AvgParser> avgLexer = (string('avg()') | string('.avg()')).map(
(_) => AvgParser(),
);
identifies avgs
final Parser<AvgParser> avgLexer = (string('avg()') | string('.avg()')).map(
(_) => AvgParser(),
);