JsonlDecoder constructor

const JsonlDecoder(
  1. Codec<Object?, String> jsonCodec
)

Implementation

const JsonlDecoder(this.jsonCodec);