PodcastURLSource constructor

const PodcastURLSource({
  1. required String type,
  2. required String url,
})

Implementation

const PodcastURLSource({
  required this.type,
  required this.url,
});