voice property

Implementation

SpeechSynthesisVoice? get voice => js_util.getProperty(this, 'voice');
void voice=(SpeechSynthesisVoice? newValue)

Implementation

set voice(SpeechSynthesisVoice? newValue) {
  js_util.setProperty(this, 'voice', newValue);
}