menu
persistent_shopping_cart package
documentation
model/cart_model.dart
PersistentShoppingCartItem
key property
key property
dark_mode
light_mode
key
property
@HiveField(8)
String
get
key
Getter for the key, using the
productId
as the key.
Implementation
@HiveField(8) String get key => productId;
persistent_shopping_cart package
documentation
model/cart_model
PersistentShoppingCartItem
key property
PersistentShoppingCartItem class