UnaryOperation constructor

UnaryOperation(
  1. String operator,
  2. ASTNode expression
)

Implementation

UnaryOperation(this.operator, this.expression);