Unary constructor

Unary(
  1. String name,
  2. Expression value,
  3. num function(
    1. num value
    )
)

Implementation

Unary(this.name, this.value, this.function);