JsonDecoderSink<T> constructor
JsonDecoderSink<T> (
- JsonLazyDecoder decoder,
- void onError(
- Object error, [
- StackTrace? stackTrace
- void onClose()
Implementation
JsonDecoderSink(this.decoder, this.onError, this.onClose);