AsyncJsonLdDecoderOptions constructor
const
AsyncJsonLdDecoderOptions({
- AsyncJsonLdContextDocumentProvider? contextDocumentProvider,
- String? baseUri,
- JsonValue? expandContext,
- RdfDirection? rdfDirection,
- JsonLdProcessingMode processingMode = JsonLdProcessingMode.jsonLd11,
- bool skipInvalidRdfTerms = false,
Implementation
const AsyncJsonLdDecoderOptions({
this.contextDocumentProvider,
this.baseUri,
this.expandContext,
this.rdfDirection,
this.processingMode = JsonLdProcessingMode.jsonLd11,
this.skipInvalidRdfTerms = false,
});