JsonLdContextDocumentRequest class

Full input for loading an external JSON-LD context.

Constructors

JsonLdContextDocumentRequest({required String contextReference, required String? baseIri, required String resolvedContextIri})
const

Properties

baseIri String?
Effective base IRI used to resolve contextReference.
final
contextReference String
Raw @context entry value from the JSON-LD document.
final
hashCode int
The hash code for this object.
no setterinherited
resolvedContextIri String
Fully resolved context IRI.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited