getSelectedAll method

List<BsSelectBoxOption> getSelectedAll()

get all selected value, this function used when BsSelectBox allowd multiple

Implementation

List<BsSelectBoxOption> getSelectedAll() => _selected != null ? _selected! : [];