TranscriptItem constructor
TranscriptItem({})
Implementation
TranscriptItem({
required this.id,
required this.role,
required this.content,
this.imageUrls,
required this.timestamp,
this.isPartial,
});
TranscriptItem({
required this.id,
required this.role,
required this.content,
this.imageUrls,
required this.timestamp,
this.isPartial,
});