RssPodcastIndexValueRecipient constructor

RssPodcastIndexValueRecipient({
  1. String? name,
  2. String? customKey,
  3. String? type,
  4. String? address,
  5. int? split,
  6. String? customValue,
  7. bool? fee,
})

Implementation

RssPodcastIndexValueRecipient({
  this.name,
  this.customKey,
  this.type,
  this.address,
  this.split,
  this.customValue,
  this.fee,
});