rate property
double
get
rate
The rate
property of the SpeechSynthesisUtterance interface gets
and sets the speed at which the utterance will be spoken at.
If unset, a default value of 1 will be used.
Implementation
external double get rate;
set
rate
(num value)
Implementation
external set rate(num value);