maxQuantity property

int? maxQuantity
final

The maximum allowed quantity.

If provided, the quantity cannot exceed this value. If null, there is no upper bound.

Implementation

final int? maxQuantity;