LexerConditions constructor

const LexerConditions(
  1. List<int> rules,
  2. bool inclusive
)

Implementation

const LexerConditions(this.rules, this.inclusive);