skipLexer top-level property

Parser<FpSkipParser> skipLexer
final

identifies skips

Implementation

final Parser<FpSkipParser> skipLexer = (string('skip(') | string('.skip(')).map(
  (value) => FpSkipParser.empty(),
);