numberOfPages constant

IriTerm const numberOfPages

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

The number of pages in the book.

Can be used on: http://schema.org/Book

Implementation

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