interactionType constant
IRI for schemahttp:interactionType [Expects: http://schema.org/Action]
The Action representing the type of interaction. For up votes, +1s, etc. use {LikeAction}. For down votes use {DislikeAction}. Otherwise, use the most specific Action.
Can be used on: http://schema.org/InteractionCounter
Implementation
static const interactionType = IriTerm.prevalidated(
'http://schema.org/interactionType',
);