onBoundary property Null safety

Stream<SpeechSynthesisEvent> onBoundary

Stream of boundary events handled by this SpeechSynthesisUtterance.

Implementation

Stream<SpeechSynthesisEvent> get onBoundary => boundaryEvent.forTarget(this);