isSelected method

bool? isSelected()

Implementation

bool? isSelected() {
  return isSelectedValue;
}