selections property

Stream<T> selections

A stream of selected suggestions.

Implementation

Stream<T> get selections => _selectionsController.stream;