selectedSuggestion property
Stream<Suggestion>
get
selectedSuggestion
Returns Stream of selected Suggestions.
For add a Suggestion to this stream call
selectSuggestion.
Implementation
Stream<Suggestion> get selectedSuggestion =>
_selectedSuggestionSubject.stream;