PlaybackQueueState constructor

PlaybackQueueState({
  1. List<Scene> manualQueue = const [],
  2. List<Scene> currentSequence = const [],
})

Implementation

PlaybackQueueState({
  this.manualQueue = const [],
  this.currentSequence = const [],
});