getRecentNotificationsModelFromJson function
- String str
Implementation
GetRecentNotificationsModel getRecentNotificationsModelFromJson(String str) =>
GetRecentNotificationsModel.fromJson(json.decode(str));
GetRecentNotificationsModel getRecentNotificationsModelFromJson(String str) =>
GetRecentNotificationsModel.fromJson(json.decode(str));