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