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