JsonLdOptions class

Available extensions
Annotations
  • @anonymous
  • @JS.new()
  • @staticInterop

Constructors

JsonLdOptions({String? base, bool? compactArrays, bool? compactToRelative, LoadDocumentCallback? documentLoader, dynamic expandContext, bool? extractAllScripts, bool? frameExpansion, bool? ordered, String? processingMode, bool? produceGeneralizedRdf, String? rdfDirection, bool? useNativeTypes, bool? useRdfType})
factory

Properties

base ↔ String?

Available on JsonLdOptions, provided by the PropsJsonLdOptions extension

getter/setter pair
compactArrays ↔ bool

Available on JsonLdOptions, provided by the PropsJsonLdOptions extension

getter/setter pair
compactToRelative ↔ bool

Available on JsonLdOptions, provided by the PropsJsonLdOptions extension

getter/setter pair
documentLoader ↔ LoadDocumentCallback?

Available on JsonLdOptions, provided by the PropsJsonLdOptions extension

getter/setter pair
expandContext ↔ dynamic

Available on JsonLdOptions, provided by the PropsJsonLdOptions extension

getter/setter pair
extractAllScripts ↔ bool

Available on JsonLdOptions, provided by the PropsJsonLdOptions extension

getter/setter pair
frameExpansion ↔ bool

Available on JsonLdOptions, provided by the PropsJsonLdOptions extension

getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
ordered ↔ bool

Available on JsonLdOptions, provided by the PropsJsonLdOptions extension

getter/setter pair
processingMode ↔ String

Available on JsonLdOptions, provided by the PropsJsonLdOptions extension

getter/setter pair
produceGeneralizedRdf ↔ bool

Available on JsonLdOptions, provided by the PropsJsonLdOptions extension

getter/setter pair
rdfDirection ↔ String?

Available on JsonLdOptions, provided by the PropsJsonLdOptions extension

getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
useNativeTypes ↔ bool

Available on JsonLdOptions, provided by the PropsJsonLdOptions extension

getter/setter pair
useRdfType ↔ bool

Available on JsonLdOptions, provided by the PropsJsonLdOptions extension

getter/setter pair

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