thisLexer top-level property

Parser<ThisParser> thisLexer
final

identifies thiss

Implementation

final Parser<ThisParser> thisLexer = string(r'$this').map((_) => ThisParser());