isShowOnSelect method

bool isShowOnSelect()

Implementation

bool isShowOnSelect() {
  return showOnSelect ?? false;
}