Line constructor

Line(
  1. Value? lhs,
  2. LineOp op, [
  3. Value? rhsA,
  4. Value? rhsB,
])

Implementation

Line(this.lhs, this.op, [this.rhsA, this.rhsB]);