Subtype constructor

const Subtype(
  1. String namespace,
  2. String resourceType,
  3. String resourceSubtype
)

Implementation

const Subtype(this.namespace, this.resourceType, this.resourceSubtype);