voice property
SpeechSynthesisVoice?
get
voice
Implementation
_i3.SpeechSynthesisVoice? get voice => _i4.getProperty(
this,
'voice',
);
set
voice
(SpeechSynthesisVoice? value)
Implementation
set voice(_i3.SpeechSynthesisVoice? value) {
_i4.setProperty(
this,
'voice',
value ?? _i6.undefined,
);
}