menu
stash_app_flutter
features/scenes/presentation/providers/playback_queue_provider.dart
PlaybackQueueState
PlaybackQueueState.new constructor
PlaybackQueueState.new
dark_mode
light_mode
PlaybackQueueState
constructor
PlaybackQueueState
(
{
List
<
Scene
>
manualQueue
=
const []
,
List
<
Scene
>
currentSequence
=
const []
,
})
Implementation
PlaybackQueueState({ this.manualQueue = const [], this.currentSequence = const [], });
stash_app_flutter
playback_queue_provider
PlaybackQueueState
PlaybackQueueState.new constructor
PlaybackQueueState class