RdfGraphEncoderOptions constructor
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 {},
});