notificationBeanFromJson function
Implementation
NotificationBean notificationBeanFromJson(String str) =>
NotificationBean.fromJson(json.decode(str));
NotificationBean notificationBeanFromJson(String str) =>
NotificationBean.fromJson(json.decode(str));