whereLexer top-level property
identifies wheres
Implementation
final Parser<FpWhereParser> whereLexer = (string('where(') | string('.where('))
.map((_) => FpWhereParser.empty());
identifies wheres
final Parser<FpWhereParser> whereLexer = (string('where(') | string('.where('))
.map((_) => FpWhereParser.empty());