VoiceOptions constructor

VoiceOptions({
  1. List<String>? coveredData,
})

Implementation

VoiceOptions({
  this.coveredData,
});