LiveSubtitle constructor
LiveSubtitle({})
Implementation
LiveSubtitle({
required this.text,
required this.language,
required this.timestamp,
required this.expiresAt,
required this.speakerId,
required this.speakerName,
});