menu
llm_json_stream package
documentation
classes/property_stream.dart
BooleanPropertyStream
stream property
stream property
dark_mode
light_mode
stream
property
Stream
<
bool
>
get
stream
A stream that emits the boolean value when parsing is complete.
Implementation
Stream<bool> get stream => _stream;
llm_json_stream package
documentation
classes/property_stream
BooleanPropertyStream
stream property
BooleanPropertyStream class