IriTerm.prevalidated constructor
- @Deprecated('Use IriTerm constructor instead')
- 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
@Deprecated('Use IriTerm constructor instead')
const IriTerm.prevalidated(this.value);