songs property
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;
The list of songs in the queue.
The first song is assumed to be currently playing and will not be shown in the stack.
final List<MusicModel> songs;