decodeObjectOrNull<T> method
Implementation
@override
void decodeObjectOrNull<T>(void Function(T? value) onValue, {Decodable<T>? using}) {
_consumers.add(_current = NullableJsonConsumer(this, onValue, using));
}
@override
void decodeObjectOrNull<T>(void Function(T? value) onValue, {Decodable<T>? using}) {
_consumers.add(_current = NullableJsonConsumer(this, onValue, using));
}