numberOfEpisodes constant

IriTerm const numberOfEpisodes

numberOfEpisodes [Expects: http://schema.org/Integer]

The number of episodes in this season or series.

Can be used on: http://schema.org/CreativeWorkSeason, http://schema.org/RadioSeries, http://schema.org/TVSeries, http://schema.org/VideoGameSeries

Implementation

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