songs property

List<MusicModel> songs
final

The list of songs in the queue.

The first song is assumed to be currently playing and will not be shown in the stack.

Implementation

final List<MusicModel> songs;