isLexer top-level property

Parser<IsParser> isLexer
final

identifies is

Implementation

final Parser<IsParser> isLexer = string(' is ').map((_) => IsParser());