menu
persistent_shopping_cart package
documentation
model/cart_model.dart
PersistentShoppingCartItem
quantity property
quantity property
dark_mode
light_mode
quantity
property
@HiveField(6)
int
quantity
getter/setter pair
The quantity of the product in the shopping cart.
Implementation
@HiveField(6) int quantity;
persistent_shopping_cart package
documentation
model/cart_model
PersistentShoppingCartItem
quantity property
PersistentShoppingCartItem class