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