GoogleCastQueueItemIOS constructor
GoogleCastQueueItemIOS({})
Creates a GoogleCastQueueItemIOS instance.
mediaInformation
is required and contains the media details for the queue item.
Other parameters are optional and provide additional playback and queue configuration.
Implementation
GoogleCastQueueItemIOS({
required super.mediaInformation,
super.activeTrackIds,
super.autoPlay,
super.customData,
super.itemId,
super.playbackDuration,
super.preLoadTime,
super.startTime,
});