GoogleCastQueueLoadOptions constructor
GoogleCastQueueLoadOptions({
- int startIndex = 0,
- Duration playPosition = Duration.zero,
- GoogleCastMediaRepeatMode repeatMode = GoogleCastMediaRepeatMode.off,
- Map<
String, dynamic> ? customData,
Creates a new GoogleCastQueueLoadOptions.
Implementation
GoogleCastQueueLoadOptions({
this.startIndex = 0,
this.playPosition = Duration.zero,
this.repeatMode = GoogleCastMediaRepeatMode.off,
this.customData,
});