scheduled property

Rx<Release?> scheduled
final

Latest Release scheduled to be displayed.

This may differ from the latest, because user might want to dismiss this notification.

Implementation

final Rx<Release?> scheduled = Rx(null);