NTriplesDecoder constructor
- NTriplesDecoderOptions options = const NTriplesDecoderOptions(),
Creates a new N-Triples parser
Implementation
NTriplesDecoder({
NTriplesDecoderOptions options = const NTriplesDecoderOptions(),
}) : _options = options;