hasDeliveryMethod constant

IriTerm const hasDeliveryMethod

IRI for schema:hasDeliveryMethod [Expects: https://schema.org/DeliveryMethod]

Method used for delivery or shipping.

Can be used on: https://schema.org/DeliveryEvent, https://schema.org/ParcelDelivery

Implementation

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