logLexer top-level property
identifies logs
Implementation
final Parser<LogParser> logLexer = (string('log(') | string('.log(')).map(
(_) => LogParser.empty(),
);
identifies logs
final Parser<LogParser> logLexer = (string('log(') | string('.log(')).map(
(_) => LogParser.empty(),
);