JsonStreamParserController constructor
JsonStreamParserController({
- required void addPropertyChunk<
T>({ - required T chunk,
- required String propertyPath,
- required PropertyStreamController getPropertyStreamController(
- String propertyPath
- required PropertyStream getPropertyStream(),
Implementation
JsonStreamParserController({
required this.addPropertyChunk,
required this.getPropertyStreamController,
required this.getPropertyStream,
});