RssPodcastIndexTranscript constructor

const RssPodcastIndexTranscript({
  1. String? url,
  2. String? type,
  3. String? language,
  4. String? rel,
})

Implementation

const RssPodcastIndexTranscript({
  this.url,
  this.type,
  this.language,
  this.rel,
});