IriTerm.prevalidated constructor

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

@Deprecated('Use IriTerm constructor instead')
const IriTerm.prevalidated(this.value);