GoogleCastQueueLoadOptions constructor

GoogleCastQueueLoadOptions({
  1. int startIndex = 0,
  2. Duration playPosition = Duration.zero,
  3. GoogleCastMediaRepeatMode repeatMode = GoogleCastMediaRepeatMode.off,
  4. Map<String, dynamic>? customData,
})

Implementation

GoogleCastQueueLoadOptions({
  this.startIndex = 0,
  this.playPosition = Duration.zero,
  this.repeatMode = GoogleCastMediaRepeatMode.off,
  this.customData,
});