matchesLexer top-level property
identifies matchess
Implementation
final Parser<FpMatchesParser> matchesLexer =
(string('matches(') | string('.matches(')).map(
(_) => FpMatchesParser.empty(),
);
identifies matchess
final Parser<FpMatchesParser> matchesLexer =
(string('matches(') | string('.matches(')).map(
(_) => FpMatchesParser.empty(),
);