AnnouncementData.fromRawJson constructor Null safety
- String str
Implementation
factory AnnouncementData.fromRawJson(String str) => AnnouncementData.fromJson(
json.decode(str) as Map<String, dynamic>,
);
factory AnnouncementData.fromRawJson(String str) => AnnouncementData.fromJson(
json.decode(str) as Map<String, dynamic>,
);