ActionTransition constructor

ActionTransition(
  1. dynamic target,
  2. int ruleIndex, [
  3. int actionIndex = -1,
  4. bool isCtxDependent = false,
])

Implementation

ActionTransition(target, this.ruleIndex,
    [this.actionIndex = -1, this.isCtxDependent = false])
    : super(target);