NullableJsonConsumer<T> constructor

NullableJsonConsumer<T>(
  1. LazyIteratedDecoder parent,
  2. void onValue(
    1. T? value
    ),
  3. Decodable<T>? using
)

Implementation

NullableJsonConsumer(this.parent, this.onValue, this.using);