quantity property

  1. @JsonKey(name: r'quantity')
int? quantity
final

Quantity of a product that has been purchased or added to the cart. The total purchase value is the sum of quantity multiplied with the price for each purchased item.

Implementation

@JsonKey(name: r'quantity')
final int? quantity;