hasItems method

bool hasItems()

Implementation

bool hasItems() {
  return newList.isNotEmpty || updateList.isNotEmpty;
}