quantity property
The number of items with the specified product id included in the order.
Implementation
@BuiltValueField(wireName: r'quantity')
int? get quantity;
The number of items with the specified product id included in the order.
@BuiltValueField(wireName: r'quantity')
int? get quantity;