JsonDecoderSink<T> constructor

JsonDecoderSink<T>(
  1. JsonLazyDecoder decoder,
  2. void onError(
    1. Object error, [
    2. StackTrace? stackTrace
    ])?,
  3. void onClose()
)

Implementation

JsonDecoderSink(this.decoder, this.onError, this.onClose);