toCharsLexer top-level property

Parser<ToCharsParser> toCharsLexer
final

identifies toCharss

Implementation

final Parser<ToCharsParser> toCharsLexer =
    (string('toChars()') | string('.toChars()')).map((_) => ToCharsParser());