clear method

void clear()

to clear selected value of BsSelectBox

Implementation

void clear() {
  if (_selected != null) _selected = null;
}