toggled property

bool get toggled

Returns the inverse of this value.

Implementation

bool get toggled => !this;