JsonLd2Rdf class abstract

Constructors

JsonLd2Rdf()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Properties

moduleLoader ModuleLoadFunction?
Set custom module libld2rdf loading method. If you set loading method, moduleName will be reset.
getter/setter pair
moduleName String
Set custom module path; If you set the module path, moduleLoader will be reset.
getter/setter pair

Static Methods

downloadAndSendbackToGo(int context, {required String url}) → void
jsonToRdf(String jsonLd, {UrlDownloader? downloader}) Future<String>
shutdown() → void
For non-Flutter codes, if you don't call the function, main function may not stop.