PlayerOptions constructor
PlayerOptions(
- RepeatMode repeatMode, {
- required bool isShuffling,
Implementation
PlayerOptions(
this.repeatMode, {
required this.isShuffling,
});