rate property
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;
Implementation
external set rate(num value);