voice property

Implementation

_i3.SpeechSynthesisVoice? get voice => _i4.getProperty(
      this,
      'voice',
    );
void voice=(SpeechSynthesisVoice? value)

Implementation

set voice(_i3.SpeechSynthesisVoice? value) {
  _i4.setProperty(
    this,
    'voice',
    value ?? _i6.undefined,
  );
}