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