gameLocation constant

IriTerm const gameLocation

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

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

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

Implementation

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