PodcastBulletinMode.fromJson constructor

PodcastBulletinMode.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory PodcastBulletinMode.fromJson(Map<String, dynamic> json) =>
    _$PodcastBulletinModeFromJson(json);