images property

List<Image>? images
getter/setter pair

Images for the playlist. The array may be empty or contain up to three images. The images are returned by size in descending order. See Working with Playlists.

Note: If returned, the source URL for the image (url) is temporary and will expire in less than a day.

Implementation

List<Image>? images;