FoundPositions constructor

FoundPositions({
  1. required int totalCount,
  2. required List<int> positions,
})

Implementation

FoundPositions({required this.totalCount, required this.positions});