RssPodcastIndexValue constructor

RssPodcastIndexValue({
  1. String? type,
  2. String? method,
  3. double? suggested,
  4. List<RssPodcastIndexValueRecipient?>? recipients,
})

Implementation

RssPodcastIndexValue({
  this.type,
  this.method,
  this.suggested,
  this.recipients,
});