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