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 = IriTerm.prevalidated(
  'https://schema.org/orderQuantity',
);