gameServer constant

IriTerm const gameServer

IRI for schema:gameServer [Expects: https://schema.org/GameServer]

The server on which it is possible to play the game.

Can be used on: https://schema.org/VideoGame

Implementation

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