addOptionAll method

void addOptionAll(
  1. List<BsSelectBoxOption> options
)

to add all options of BsSelectBox with array

Implementation

void addOptionAll(List<BsSelectBoxOption> options) => options.addAll(options);