menu
persistent_shopping_cart package
documentation
model/cart_model.dart
PersistentShoppingCartItem
unitPrice property
unitPrice property
dark_mode
light_mode
unitPrice
property
@HiveField(5)
double
unitPrice
final
The unit price of the product.
Implementation
@HiveField(5) final double unitPrice;
persistent_shopping_cart package
documentation
model/cart_model
PersistentShoppingCartItem
unitPrice property
PersistentShoppingCartItem class