RssPodcastIndexAlternateEnclosure constructor

const RssPodcastIndexAlternateEnclosure({
  1. required String? type,
  2. required int? length,
  3. required bool? isDefault,
})

Implementation

const RssPodcastIndexAlternateEnclosure({
  required this.type,
  required this.length,
  required this.isDefault,
});