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
Constructors
SpeechSynthesisUtterance
Properties
hashCode
lang
on
onBoundary
onEnd
onError
onMark
onPause
onResume
onStart
pitch
rate
runtimeType
text
voice
volume
Methods
addEventListener
dispatchEvent
noSuchMethod
removeEventListener
toString
Operators
operator ==
Constants
boundaryEvent
endEvent
errorEvent
markEvent
pauseEvent
resumeEvent
startEvent