volume property
The volume property of the SpeechSynthesisUtterance interface gets
and sets the volume that the utterance will be spoken at.
If not set, the default value 1 will be used.
Implementation
external double get volume;
Implementation
external set volume(num value);