RdfIriPart constructor

const RdfIriPart([
  1. String? name
])

Creates an IRI part annotation with a given name.

Implementation

const RdfIriPart([this.name]) : pos = null;