JsonlEncoder constructor

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

Implementation

const JsonlEncoder(this.jsonCodec);