playlists property

  1. @JsonKey(name: 'Results')
List<FindPlaylistResponse>? playlists
final

The list of playlists returned

Implementation

@JsonKey(name: 'Results')

/// The list of playlists returned
final List<FindPlaylistResponse>? playlists;