searchItems property Null safety

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

A list of results that match the search criteria.

Implementation

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