not method

Boolean not()

Returns the logical negation of this Boolean.

Implementation

Boolean not() => Boolean(!_value);