matchesLexer top-level property

Parser<FpMatchesParser> matchesLexer
final

identifies matchess

Implementation

final Parser<FpMatchesParser> matchesLexer =
    (string('matches(') | string('.matches(')).map(
      (_) => FpMatchesParser.empty(),
    );