minValue property
The minimum allowed quantity.
If provided, the quantity cannot go below this value. If null
, there is no lower bound.
Implementation
final int? minValue;
The minimum allowed quantity.
If provided, the quantity cannot go below this value. If null
, there is no lower bound.
final int? minValue;