orderQuantity constant
IriTerm
const orderQuantity
IRI for schema:orderQuantity [Expects: https://schema.org/Number, https://schema.org/QuantitativeValue]
The number of the item ordered. If the property is not set, assume the quantity is one.
Can be used on: https://schema.org/OrderItem
Implementation
static const orderQuantity = const IriTerm(
'https://schema.org/orderQuantity',
);