totalPages property

  1. @JsonKey(name: "total_pages")
int totalPages
inherited

Number representing the total pages of results. Value is 0 when you paginate beyond 10,000 results.

See https://www.elastic.co/guide/en/app-search/current/search-guide.html#search-guide-paginate

Implementation

@JsonKey(name: "total_pages")
int get totalPages => throw _privateConstructorUsedError;