contactType constant

IriTerm const contactType

contactType [Expects: http://schema.org/Text]

A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.

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

Implementation

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