FoundPositions constructor

FoundPositions(
  1. {required int total_count,
  2. required List<int> positions,
  3. int? extra,
  4. int? clientId}
)

Contains 0-based positions of matched objects

Implementation

FoundPositions