hasMeasurement constant

IriTerm const hasMeasurement

hasMeasurement [Expects: https://schema.org/QuantitativeValue]

A measurement of an item, For example, the inseam of pants, the wheel size of a bicycle, the gauge of a screw, or the carbon footprint measured for certification by an authority. Usually an exact measurement, but can also be a range of measurements for adjustable products, for example belts and ski bindings.

Can be used on: https://schema.org/Certification, https://schema.org/Offer, https://schema.org/Product, https://schema.org/SizeSpecification

Implementation

static const hasMeasurement = IriTerm.prevalidated(
  'https://schema.org/hasMeasurement',
);