setSelection property

set setSelection (String selection)

Implementation

set setSelection(String selection) {
  this.selection = selection;
  notifyListeners();
}