menu
rss_dart package
documentation
domain/podcast_index/rss_podcast_index_remote_item.dart
RssPodcastIndexRemoteItem
RssPodcastIndexRemoteItem constructor
RssPodcastIndexRemoteItem constructor
dark_mode
light_mode
RssPodcastIndexRemoteItem
constructor
RssPodcastIndexRemoteItem
(
{
required
String
feedGuid
,
String
?
feedUrl
,
String
?
itemGuid
,
String
?
medium
,
})
Implementation
RssPodcastIndexRemoteItem({ required this.feedGuid, this.feedUrl, this.itemGuid, this.medium, });
rss_dart package
documentation
domain/podcast_index/rss_podcast_index_remote_item
RssPodcastIndexRemoteItem
RssPodcastIndexRemoteItem constructor
RssPodcastIndexRemoteItem class