KindMeaning constructor

const KindMeaning(
  1. String schemaUrl,
  2. String name
)

Defines URL of the namespace and name in the namespace.

Implementation

const KindMeaning(this.schemaUrl, this.name);