TranscriberMessage constructor
Implementation
TranscriberMessage({
required this.segmentId,
this.speakerUserId = '',
this.speakerUserName = '',
this.sourceText = '',
Map<TranslationLanguage, String>? translationTexts,
this.timestamp = 0,
this.isCompleted = false,
}) : translationTexts = translationTexts ?? {};