existsLexer top-level property
identifies existss
Implementation
final Parser<ExistsParser> existsLexer =
(string('exists(') | string('.exists(')).map((_) => ExistsParser());
identifies existss
final Parser<ExistsParser> existsLexer =
(string('exists(') | string('.exists(')).map((_) => ExistsParser());