matchesPosition property

Map<String, List<MatchPosition>>? matchesPosition
final

Contains the location of each occurrence of queried terms across all fields

Implementation

final Map<String, List<MatchPosition>>? matchesPosition;