PropertyStreamController<T> constructor

PropertyStreamController<T>({
  1. required JsonStreamParserController parserController,
  2. required String propertyPath,
})

Implementation

PropertyStreamController({
  required this.parserController,
  required this.propertyPath,
});