JsonLdDecoder constructor

const JsonLdDecoder({
  1. JsonLdDecoderOptions options = const JsonLdDecoderOptions(),
})

Implementation

const JsonLdDecoder({
  JsonLdDecoderOptions options = const JsonLdDecoderOptions(),
}) : _options = options;