toCharsLexer top-level property
identifies toCharss
Implementation
final Parser<ToCharsParser> toCharsLexer =
(string('toChars()') | string('.toChars()')).map((_) => ToCharsParser());
identifies toCharss
final Parser<ToCharsParser> toCharsLexer =
(string('toChars()') | string('.toChars()')).map((_) => ToCharsParser());