UnaryOpValue constructor

const UnaryOpValue(
  1. String operator,
  2. Value operand
)

Implementation

const UnaryOpValue(this.operator, this.operand) : super();