ratingItems property Null safety

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

A list of ratings that match the request criteria.

Implementation

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