NullPropertyDelegate constructor
NullPropertyDelegate({
- required String propertyPath,
- required JsonStreamParserController parserController,
- void onComplete()?,
Implementation
NullPropertyDelegate({
required super.propertyPath,
required super.parserController,
super.onComplete,
});