RssPodcastIndex constructor
const
RssPodcastIndex({
- List<
RssPodcastIndexFunding?> ? funding, - List<
RssPodcastIndexPerson?> ? persons, - RssPodcastIndexLocked? locked,
- List<
RssPodcastIndexLiveItem?> ? liveItems,
Implementation
const RssPodcastIndex({
this.funding,
this.persons,
this.locked,
this.liveItems,
});