playlistItems property Null safety

List<Playlist>? playlistItems
@JsonKey(name: 'items'), final

A list of playlists that match the request criteria.

Implementation

@JsonKey(name: 'items')
final List<Playlist>? playlistItems;