ListIndicesResponse constructor
const
ListIndicesResponse({
- required List<
FetchedIndex> items, - int? nbPages,
Returns a new ListIndicesResponse instance.
Implementation
const ListIndicesResponse({
required this.items,
this.nbPages,
});