isUnchecked property

bool get isUnchecked

Returns true if the current boolean value is unchecked, otherwise false.

Implementation

bool get isUnchecked => !this;