hasNoItem method

bool hasNoItem()

Implementation

bool hasNoItem() {
  return barrageItems.isEmpty;
}