onEnd property Null safety

Stream<SpeechSynthesisEvent> onEnd

Stream of end events handled by this SpeechSynthesisUtterance.

Implementation

Stream<SpeechSynthesisEvent> get onEnd => endEvent.forTarget(this);