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