itemList property
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;
A list of recommendations sorted in ascending order by prediction score. There can be a maximum of 500 items in the list.
final List<PredictedItem>? itemList;