whereLexer top-level property

Parser<FpWhereParser> whereLexer
final

identifies wheres

Implementation

final Parser<FpWhereParser> whereLexer = (string('where(') | string('.where('))
    .map((_) => FpWhereParser.empty());