currentSelections method

List<StringIdText> currentSelections()

Implementation

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