contactType constant
IRI for schema:contactType [Expects: https://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: https://schema.org/ContactPoint
Implementation
static const contactType = IriTerm.prevalidated(
'https://schema.org/contactType',
);