andStringLexer top-level property
identifies andStrings
Implementation
final Parser<AndStringParser> andStringLexer = string(
' and ',
).map((_) => AndStringParser());
identifies andStrings
final Parser<AndStringParser> andStringLexer = string(
' and ',
).map((_) => AndStringParser());