RssPodcastIndexChapters constructor

const RssPodcastIndexChapters({
  1. String? url,
  2. String? type,
})

Implementation

const RssPodcastIndexChapters({
  this.url,
  this.type,
});