selectedSuggestion property

Stream<Suggestion> selectedSuggestion

Returns Stream of selected Suggestions.

For add a Suggestion to this stream call selectSuggestion.

Implementation

Stream<Suggestion> get selectedSuggestion =>
    _selectedSuggestionSubject.stream;