ColumnIndexList constructor
ColumnIndexList({
- required int total,
- required List<
ColumnIndex> indexes,
Implementation
ColumnIndexList({required this.total, required this.indexes});