gameLocation constant

IriTerm const gameLocation

IRI for schema:gameLocation [Expects: https://schema.org/Place, https://schema.org/PostalAddress, https://schema.org/URL]

Real or fictional location of the game (or part of game).

Can be used on: https://schema.org/Game, https://schema.org/VideoGameSeries

Implementation

static const gameLocation = IriTerm.prevalidated(
  'https://schema.org/gameLocation',
);