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