MastodonAnnouncement.fromJson constructor

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

Implementation

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