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