SelectionList constructor

SelectionList({
  1. List<Selection>? values,
})

Implementation

SelectionList({
  this.values,
});