colorSwatch constant

IriTerm const colorSwatch

colorSwatch [Expects: http://schema.org/ImageObject, http://schema.org/URL]

A color swatch image, visualizing the color of a {Product}. Should match the textual description specified in the {color} property. This can be a URL or a fully described ImageObject.

Can be used on: http://schema.org/Product

Implementation

static const colorSwatch = IriTerm.prevalidated(
  'http://schema.org/colorSwatch',
);