add method
Adds the item with the given id
to the selection.
Implementation
void add(String id) {
value.add(id);
notifyListeners();
}
Adds the item with the given id
to the selection.
void add(String id) {
value.add(id);
notifyListeners();
}