PlayerOptions constructor

PlayerOptions(
  1. RepeatMode repeatMode, {
  2. required bool isShuffling,
})

Implementation

PlayerOptions(
  this.repeatMode, {
  required this.isShuffling,
});