memberIds property

List<String> memberIds

Returns a list with id's of SongInfo which are songs that appears in this playlist. You can retrieve SongInfo objects that appears in this playlist with getSongsFromPlayList method. The list is empty if there is no songs in this playlist.

Implementation

List<String> get memberIds => _memberIds;