decoder property
override
Returns an auto-detecting decoder
Creates a decoder that will automatically detect the format of the input data and use the appropriate registered codec to decode it.
Implementation
@override
RdfGraphDecoder get decoder =>
AutoDetectingGraphDecoder(_registry, options: _decoderOptions);