BooleanPropertyDelegate constructor

BooleanPropertyDelegate({
  1. required String propertyPath,
  2. required JsonStreamParserController parserController,
  3. void onComplete()?,
})

Implementation

BooleanPropertyDelegate({
  required super.propertyPath,
  required super.parserController,
  super.onComplete,
});