playlistItems property

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

A list of playlists that match the request criteria.

Implementation

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