RdfIriPart constructor
const
RdfIriPart([
- String? name
Creates an IRI part annotation with a given name.
Implementation
const RdfIriPart([this.name]) : pos = null;
Creates an IRI part annotation with a given name.
const RdfIriPart([this.name]) : pos = null;