addItems property

set addItems (String item)

Implementation

set addItems(String item) {
  items.add(item);
  notifyListeners();
}