RdfIriPart.position constructor

const RdfIriPart.position(
  1. int position, [
  2. String? name
])

Creates an IRI part annotation with a given position.

Implementation

const RdfIriPart.position(int position, [this.name]) : pos = position;