menu
ai_sdk_client package
documentation
chunks/error.dart
ErrorChunk
ErrorChunk.new constructor
ErrorChunk.new constructor
dark_mode
light_mode
ErrorChunk
constructor
ErrorChunk
(
{
ChunkType
type
=
ChunkType.error
,
required
String
data
,
})
Implementation
ErrorChunk({super.type = ChunkType.error, required this.data}) : super(data: data);
ai_sdk_client package
documentation
chunks/error
ErrorChunk
ErrorChunk.new constructor
ErrorChunk class