isSelected property
bool
get
isSelected
Implementation
bool get isSelected => this.value != null && this.value == this.groupValue;
bool get isSelected => this.value != null && this.value == this.groupValue;