toggled property

bool get toggled

Negates the boolean value.

Implementation

bool get toggled => !this;