notificationsModelFromJson function
- String str
Implementation
NotificationsModel notificationsModelFromJson(String str) => NotificationsModel.fromJson(json.decode(str));
NotificationsModel notificationsModelFromJson(String str) => NotificationsModel.fromJson(json.decode(str));