ratingItems property Null safety
@JsonKey(name: 'items'), final
A list of ratings that match the request criteria.
Implementation
@JsonKey(name: 'items')
final List<Rating>? ratingItems;
A list of ratings that match the request criteria.
@JsonKey(name: 'items')
final List<Rating>? ratingItems;