EdgeRhs constructor

const EdgeRhs(
  1. EdgeOp op,
  2. EdgeTarget target, [
  3. EdgeRhs? next
])

Implementation

const EdgeRhs(this.op, this.target, [this.next]);