PropertyStreamController<T> constructor
PropertyStreamController<T> ({
- required JsonStreamParserController parserController,
- required String propertyPath,
Implementation
PropertyStreamController({
required this.parserController,
required this.propertyPath,
});