menu
runanywhere package
documentation
features/llm/structured_output/stream_token.dart
StreamToken
StreamToken.new const constructor
StreamToken.new const constructor
dark_mode
light_mode
StreamToken
constructor
const
StreamToken
(
{
required
String
text
,
bool
isFinal
=
false
,
int
?
index
,
})
Implementation
const StreamToken({ required this.text, this.isFinal = false, this.index, });
runanywhere package
documentation
features/llm/structured_output/stream_token
StreamToken
StreamToken.new const constructor
StreamToken class