NullableJsonConsumer<T> constructor
NullableJsonConsumer<T> (
- LazyIteratedDecoder parent,
- void onValue(
- T? value
- Decodable<
T> ? using
Implementation
NullableJsonConsumer(this.parent, this.onValue, this.using);