EdgeRhs constructor
const
EdgeRhs(
- EdgeOp op,
- EdgeTarget target, [
- EdgeRhs? next
Implementation
const EdgeRhs(this.op, this.target, [this.next]);
const EdgeRhs(this.op, this.target, [this.next]);