not property

bool get not

Returns the opposite of the current boolean value.

Implementation

bool get not => !this;