RssPodcastIndex constructor

RssPodcastIndex({
  1. String? guid,
  2. List<RssPodcastIndexFunding?>? funding,
  3. List<RssPodcastIndexPerson?>? persons,
  4. List<RssPodcastIndexValue?>? value,
  5. RssPodcastIndexLocked? locked,
  6. List<RssPodcastIndexBlock?>? block,
  7. RssPodcastIndexLicense? license,
  8. String? medium,
  9. List<RssPodcastIndexRemoteItem?>? remoteItem,
})

Implementation

RssPodcastIndex({
  this.guid,
  this.funding,
  this.persons,
  this.value,
  this.locked,
  this.block,
  this.license,
  this.medium,
  this.remoteItem,
});