rightEvent property

R? rightEvent

The last data event emitted by the watch-created stream.

If any of the watch-created stream has not emitted a data event even once, then this is null.

Implementation

R? get rightEvent => _rightEvent;