itemList property

List<PredictedItem>? itemList
final

A list of recommendations sorted in ascending order by prediction score. There can be a maximum of 500 items in the list.

Implementation

final List<PredictedItem>? itemList;