menu
Dart
dart:html
SpeechSynthesisUtterance
rate property
rate
brightness_4
brightness_5
description
rate
property
num
?
rate
Implementation
num? get rate native;
void
rate=
(
num
?
value
)
Implementation
set rate(num? value) native;
Dart
dart:html
SpeechSynthesisUtterance
rate property
SpeechSynthesisUtterance class