items property

  1. @JsonKey(name: 'items')
List<TrendingEntry>? items
getter/setter pair

If the item is of entityType TrendingEntryType.Container, it may have items - also Trending Entries - contained within it. This is the ordered list of those to display under the Container's header.

Implementation

@JsonKey(name:'items')
List<TrendingEntry>? items;