currentSelections method

List<T> currentSelections()

Implementation

List<T> currentSelections() {
  return _state.curSelection;
}