negate method

Expression negate()

Returns the result of !this.

Implementation

Expression negate() => Expression([Code('!'), this]);