cartQuantity property

int? get cartQuantity

The quantity of the product in the cart.

Implementation

int? get cartQuantity => payload['cart_quantity'];