Announcement.fromJson constructor

Announcement.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Announcement.fromJson(Map<String, Object?> json) =>
    _$AnnouncementFromJson(json);