addAll method
Adds all items in the provided ids
list to the selection.
Implementation
void addAll(List ids) {
value.addAll(ids);
notifyListeners();
}
Adds all items in the provided ids
list to the selection.
void addAll(List ids) {
value.addAll(ids);
notifyListeners();
}