TranscriptionModel constructor
TranscriptionModel({})
Implementation
TranscriptionModel({
required this.id,
required this.name,
required this.transcription,
required this.timestamp,
required this.sourceLang,
required this.targetLang,
this.isFinal = false,
this.translatedTranscription, // Initialize the new field
});