$VoiceSelectionParams constructor

$VoiceSelectionParams({
  1. String? name,
  2. String? ssmlGender,
})

Implementation

$VoiceSelectionParams({this.name, this.ssmlGender});