minValue property

int? minValue
final

The minimum allowed quantity.

If provided, the quantity cannot go below this value. If null, there is no lower bound.

Implementation

final int? minValue;