NTriplesDecoder constructor

NTriplesDecoder({
  1. NTriplesDecoderOptions options = const NTriplesDecoderOptions(),
})

Creates a new N-Triples parser

Implementation

NTriplesDecoder({
  NTriplesDecoderOptions options = const NTriplesDecoderOptions(),
}) : _options = options;