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