notLexer top-level property
identifies nots
Implementation
final Parser<FpNotParser> notLexer = (string('not()') | string('.not()')).map(
(_) => FpNotParser(),
);
identifies nots
final Parser<FpNotParser> notLexer = (string('not()') | string('.not()')).map(
(_) => FpNotParser(),
);