getAllNotificationsModelFromJson function
- String str
Implementation
GetAllNotificationsModel getAllNotificationsModelFromJson(String str) =>
GetAllNotificationsModel.fromJson(json.decode(str));
GetAllNotificationsModel getAllNotificationsModelFromJson(String str) =>
GetAllNotificationsModel.fromJson(json.decode(str));