readonlyValue constant

IriTerm const readonlyValue

IRI for schemahttp:readonlyValue [Expects: http://schema.org/Boolean]

Whether or not a property is mutable. Default is false. Specifying this for a property that also has a value makes it act similar to a "hidden" input in an HTML form.

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

Implementation

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