Stream<SpeechSynthesisEvent> onMark

Stream of mark events handled by this SpeechSynthesisUtterance.

Source

@DomName('SpeechSynthesisUtterance.onmark')
@DocsEditable()
Stream<SpeechSynthesisEvent> get onMark => markEvent.forTarget(this);