Unary constructor
Unary(
- String name,
- Expression value,
- num function(
- num value
Implementation
Unary(this.name, this.value, this.function);
Unary(this.name, this.value, this.function);