isUnchecked property
bool
get
isUnchecked
Returns true if the current boolean value is unchecked, otherwise false.
Implementation
bool get isUnchecked => !this;
Returns true if the current boolean value is unchecked, otherwise false.
bool get isUnchecked => !this;