UnaryExpression constructor

UnaryExpression(
  1. String op,
  2. Expression argument
)

Implementation

UnaryExpression(this.op, this.argument);