maxQuantity property
The maximum allowed quantity.
If provided, the quantity cannot exceed this value. If null
, there is no upper bound.
Implementation
final int? maxQuantity;
The maximum allowed quantity.
If provided, the quantity cannot exceed this value. If null
, there is no upper bound.
final int? maxQuantity;