totalLexer top-level property

Parser<TotalParser> totalLexer
final

identifies totals

Implementation

final Parser<TotalParser> totalLexer =
    string(r'$total').map((_) => TotalParser());