VoiceSessionResponded constructor

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

Implementation

const VoiceSessionResponded({required this.text});