SelectIndex constructor

const SelectIndex({
  1. required int index,
})

Implementation

const factory SelectIndex({required final int index}) = _$SelectIndexImpl;