notificationCountFromJson function
total : 0 message : ""
Implementation
NotificationCount notificationCountFromJson(String str) => NotificationCount.fromJson(json.decode(str));
total : 0 message : ""
NotificationCount notificationCountFromJson(String str) => NotificationCount.fromJson(json.decode(str));