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