AsyncJsonLdDecoderOptions constructor

const AsyncJsonLdDecoderOptions({
  1. AsyncJsonLdContextDocumentProvider? contextDocumentProvider,
  2. String? baseUri,
  3. JsonValue? expandContext,
  4. RdfDirection? rdfDirection,
  5. JsonLdProcessingMode processingMode = JsonLdProcessingMode.jsonLd11,
  6. bool skipInvalidRdfTerms = false,
})

Implementation

const AsyncJsonLdDecoderOptions({
  this.contextDocumentProvider,
  this.baseUri,
  this.expandContext,
  this.rdfDirection,
  this.processingMode = JsonLdProcessingMode.jsonLd11,
  this.skipInvalidRdfTerms = false,
});