addOptionAll method
to add all options of CRMSelectBox with array
Implementation
void addOptionAll(List<CRMSelectBoxOption> options) => options.addAll(options);
to add all options of CRMSelectBox with array
void addOptionAll(List<CRMSelectBoxOption> options) => options.addAll(options);