IriTerm.prevalidated constructor
- String iri
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.prevalidated(this.iri);