isStreaming property
bool
get
isStreaming
True while a reply is streaming.
While this is true, the model and webSearch setters throw StateError rather than change the running turn's settings out from under it — see model's doc comment.
Implementation
bool get isStreaming => _isStreaming;