KindMeaning.schemaOrg constructor

const KindMeaning.schemaOrg(
  1. String kindName
)

A shorthand for schema.org meanings.

Example

In this example, we refer to schema.org/Person:

KindMeaning.schemaOrg('Person')

Implementation

const KindMeaning.schemaOrg(String kindName)
    : this('https://schema.org/', kindName);