items property

  1. @JsonKey(name: r'items')
List<FetchedIndex> items
final

All indices in your Algolia application.

Implementation

@JsonKey(name: r'items')
final List<FetchedIndex> items;