isDistinctLexer top-level property
identifies isDistincts
Implementation
final Parser<IsDistinctParser> isDistinctLexer =
(string('isDistinct()') | string('.isDistinct()')).map(
(_) => IsDistinctParser(),
);
identifies isDistincts
final Parser<IsDistinctParser> isDistinctLexer =
(string('isDistinct()') | string('.isDistinct()')).map(
(_) => IsDistinctParser(),
);