RssPodcastIndexAlternateEnclosure constructor

RssPodcastIndexAlternateEnclosure({
  1. required String mimeType,
  2. int? length,
  3. int? bitRate,
  4. int? height,
  5. String? lang,
  6. String? title,
  7. String? rel,
  8. String? codecs,
  9. bool defaultMedia = true,
  10. List<RssPodcastAlternateEnclosureSource?>? sources,
  11. RssPodcastAlternateEnclosureIntegrity? integrity,
})

Implementation

RssPodcastIndexAlternateEnclosure({
  required this.mimeType,
  this.length,
  this.bitRate,
  this.height,
  this.lang,
  this.title,
  this.rel,
  this.codecs,
  this.defaultMedia = true,
  this.sources,
  this.integrity,
});