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