selected property

set selected (bool value)

Implementation

set selected(bool value) {
  _isSelected = value;
}