ChangeIndex constructor

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

Implementation

const factory ChangeIndex({required final int index}) = _$ChangeIndexImpl;