RdfGraphEncoderOptions constructor

const RdfGraphEncoderOptions({
  1. Map<String, String> customPrefixes = const {},
})

Creates a new encoder options instance.

Parameters:

  • customPrefixes Custom namespace prefixes to use during encoding. Defaults to an empty map if not provided.

Implementation

const RdfGraphEncoderOptions({
  this.customPrefixes = const {},
});