BinaryOpValue constructor

const BinaryOpValue(
  1. String operator,
  2. Value left,
  3. Value right
)

Implementation

const BinaryOpValue(this.operator, this.left, this.right) : super();