VoiceSessionTranscribed constructor

const VoiceSessionTranscribed({
  1. required String text,
})

Implementation

const VoiceSessionTranscribed({required this.text});