menu
ai_sdk_client package
documentation
chunks/file.dart
FileChunk
FileChunk.new constructor
FileChunk.new constructor
dark_mode
light_mode
FileChunk
constructor
FileChunk
(
{
ChunkType
type
=
ChunkType.file
,
required
Map
<
String
,
dynamic
>
data
,
})
Implementation
FileChunk({super.type = ChunkType.file, required this.data}) : super(data: data);
ai_sdk_client package
documentation
chunks/file
FileChunk
FileChunk.new constructor
FileChunk class