positions property

  1. @JsonKey(name: r'positions')
List<int> positions
final

Position of the clicked item the search results. You must provide 1 position for each objectID.

Implementation

@JsonKey(name: r'positions')
final List<int> positions;