RssPodcastIndexAlternateEnclosure constructor
RssPodcastIndexAlternateEnclosure({})
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,
});