notificationStream property Null safety

Stream<BuiltList<Notification>> notificationStream

Implementation

Stream<BuiltList<Notification>> get notificationStream =>
    _notificationStreamController.stream;