Selection constructor

Selection({
  1. Rxn<int>? selectedIndex,
  2. List<Select>? list,
})

Implementation

Selection({
  this.selectedIndex,
  this.list,
});