ListPropertyStream<T extends Object?> constructor
ListPropertyStream<T extends Object?> ({
- required Future<
List< future,T> > - required JsonStreamParserController parserController,
- required String propertyPath,
Implementation
ListPropertyStream({
required super.future,
required super.parserController,
required String propertyPath,
}) : _propertyPath = propertyPath;