Negation constructor

Negation(
  1. Token exclamation,
  2. Expression expression
)

Implementation

Negation(this.exclamation, this.expression);