notificationBeanFromJson function

NotificationBean notificationBeanFromJson(
  1. String str
)

Implementation

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