numberOfPlayers constant

IriTerm const numberOfPlayers

numberOfPlayers [Expects: https://schema.org/QuantitativeValue]

Indicate how many people can play this game (minimum, maximum, or range).

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

Implementation

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