RssPodcastIndex constructor
RssPodcastIndex({
- String? guid,
- List<
RssPodcastIndexFunding?> ? funding, - List<
RssPodcastIndexPerson?> ? persons, - List<
RssPodcastIndexValue?> ? value, - RssPodcastIndexLocked? locked,
- List<
RssPodcastIndexBlock?> ? block, - RssPodcastIndexLicense? license,
- String? medium,
- List<
RssPodcastIndexRemoteItem?> ? remoteItem,
Implementation
RssPodcastIndex({
this.guid,
this.funding,
this.persons,
this.value,
this.locked,
this.block,
this.license,
this.medium,
this.remoteItem,
});