IndexList constructor

IndexList({
  1. required int total,
  2. required List<Index> indexes,
})

Implementation

IndexList({required this.total, required this.indexes});