potentialAction constant
        
        IriTerm
        const potentialAction
        
      
      
potentialAction [Expects: https://schema.org/Action]
Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.
Can be used on: https://schema.org/Thing
Implementation
static const potentialAction = const IriTerm(
  'https://schema.org/potentialAction',
);