mainEntityOfPage constant
        
        IriTerm
        const mainEntityOfPage
        
      
      
mainEntityOfPage [Expects: http://schema.org/CreativeWork, http://schema.org/URL]
Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details.
Can be used on: http://schema.org/Thing
Implementation
static const mainEntityOfPage = const IriTerm(
  'http://schema.org/mainEntityOfPage',
);