searchItems property

  1. @JsonKey(name: 'items')
List<SearchResult>? searchItems
final

A list of results that match the search criteria.

Implementation

@JsonKey(name: 'items')
final List<SearchResult>? searchItems;