selectedList property

List<U> get selectedList

Implementation

List<U> get selectedList =>
    _state._selectedList.map((e) => e.origin).toList();