RssPodcastIndexValue constructor
RssPodcastIndexValue({
- String? type,
- String? method,
- double? suggested,
- List<
RssPodcastIndexValueRecipient?> ? recipients,
Implementation
RssPodcastIndexValue({
this.type,
this.method,
this.suggested,
this.recipients,
});