notEqualsLexer top-level property
identifies notEqualss
Implementation
final Parser<NotEqualsParser> notEqualsLexer =
string('!=').map((_) => NotEqualsParser());
identifies notEqualss
final Parser<NotEqualsParser> notEqualsLexer =
string('!=').map((_) => NotEqualsParser());