RssItemPodcastIndex constructor
RssItemPodcastIndex({
- RssPodcastIndexChapters? chapters,
- List<
RssPodcastIndexTranscript?> transcripts = const <RssPodcastIndexTranscript>[], - List<
RssPodcastIndexSoundbite?> soundbites = const <RssPodcastIndexSoundbite>[], - List<
RssPodcastIndexPerson?> persons = const <RssPodcastIndexPerson>[], - List<
RssPodcastIndexValue?> value = const <RssPodcastIndexValue>[], - RssPodcastIndexLicense? license,
- RssPodcastIndexSeason? season,
Implementation
RssItemPodcastIndex({
this.chapters,
this.transcripts = const <RssPodcastIndexTranscript>[],
this.soundbites = const <RssPodcastIndexSoundbite>[],
this.persons = const <RssPodcastIndexPerson>[],
this.value = const <RssPodcastIndexValue>[],
this.license,
this.season,
});