IriTerm constructor

const IriTerm(
  1. String value
)

Creates an IRI term from a prevalidated IRI string.

Use this constructor only when you are sure the IRI is valid and absolute and need to create a const instance. This is useful for performance optimization.

Implementation

const IriTerm(this.value);