voice property
SpeechSynthesisVoice?
get
voice
Implementation
SpeechSynthesisVoice? get voice => js_util.getProperty(this, 'voice');
set
voice
(SpeechSynthesisVoice? newValue)
Implementation
set voice(SpeechSynthesisVoice? newValue) {
js_util.setProperty(this, 'voice', newValue);
}