Lexeme.not constructor

Lexeme.not(
  1. Pattern pattern, {
  2. String? name,
})

Implementation

factory Lexeme.not(Pattern pattern, {String? name}) = NotLexeme;