quantity property

  1. @HiveField(6)
int quantity
getter/setter pair

The quantity of the product in the shopping cart.

Implementation

@HiveField(6)
int quantity;