SessionAdjustableQuantity constructor
adjustable_quantity_params
When set, provides configuration for this item’s quantity to be adjusted by the customer during Checkout.
Implementation
const SessionAdjustableQuantity({
required this.enabled,
this.maximum,
this.minimum,
});