onMark property Null safety

Stream<SpeechSynthesisEvent> onMark

Stream of mark events handled by this SpeechSynthesisUtterance.

Implementation

Stream<SpeechSynthesisEvent> get onMark => markEvent.forTarget(this);