getNumOfItems method

int? getNumOfItems()

Implementation

int? getNumOfItems() {
  return this.numOfItems;
}