Lexeme.orAll constructor

Lexeme.orAll(
  1. List<Pattern> children, {
  2. String? name,
})

Implementation

factory Lexeme.orAll(List<Pattern> children, {String? name}) = OrLexeme;