hasItems method

bool hasItems()

Implementation

bool hasItems() {
  return !items.isEmpty;
}