PodcastBulletinMode constructor
const
PodcastBulletinMode({
- required String type,
- required PodcastBulletinModeData bulletin,
Implementation
const PodcastBulletinMode({
required this.type,
required this.bulletin,
});