ratingItems property

  1. @JsonKey(name: 'items')
List<Rating>? ratingItems
final

A list of ratings that match the request criteria.

Implementation

@JsonKey(name: 'items')
final List<Rating>? ratingItems;