TextObject constant

IriTerm const TextObject

IRI for schema:TextObject

A text file. The text can be unformatted or contain markup, html, etc.

Implementation

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