fromRdf static method

Future<Iterable> fromRdf(
  1. RdfDataset input, [
  2. JsonLdOptions? options
])

Implementation

external static Future<Iterable<dynamic>> fromRdf(RdfDataset input,
    [JsonLdOptions? options]);