Predicate constructor

const Predicate([
  1. int ruleIndex = -1,
  2. int predIndex = -1,
  3. bool isCtxDependent = false
])

Implementation

const Predicate(
    [this.ruleIndex = -1, this.predIndex = -1, this.isCtxDependent = false]);