notEquivalentLexer top-level property
identifies notEquivalents
Implementation
final Parser<NotEquivalentParser> notEquivalentLexer = string(
'!~',
).map((_) => NotEquivalentParser());
identifies notEquivalents
final Parser<NotEquivalentParser> notEquivalentLexer = string(
'!~',
).map((_) => NotEquivalentParser());