addItems method

dynamic addItems(
  1. List itemList
)

Implementation

addItems(List itemList) {
  items.value = items.value + itemList;
}