menu
llm_json_stream package
documentation
classes/property_stream.dart
NullPropertyStream
stream property
stream property
dark_mode
light_mode
stream
property
Stream
<
Null
>
get
stream
A stream that emits null when parsing is complete.
Implementation
Stream<Null> get stream => _stream;
llm_json_stream package
documentation
classes/property_stream
NullPropertyStream
stream property
NullPropertyStream class