RssPodcastIndexBlock constructor

RssPodcastIndexBlock({
  1. String? id,
  2. bool? block,
})

Implementation

RssPodcastIndexBlock({
  this.id,
  this.block,
});