images property

  1. @override
List<Image>? images
getter/setter pairoverride

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

@override
List<Image>? images;