queue property

List<Track>? queue
getter/setter pair

All of the tracks that are added in the queue

Implementation

List<Track>? queue;