onCueChange property Null safety

Stream<Event> onCueChange

Stream of cuechange events handled by this TextTrack.

Implementation

Stream<Event> get onCueChange => cueChangeEvent.forTarget(this);