skipLexer top-level property
identifies skips
Implementation
final Parser<FpSkipParser> skipLexer = (string('skip(') | string('.skip(')).map(
(value) => FpSkipParser.empty(),
);
identifies skips
final Parser<FpSkipParser> skipLexer = (string('skip(') | string('.skip(')).map(
(value) => FpSkipParser.empty(),
);