notificationFromJson function
is_notification : "0" title : "" message : "" date : ""
Implementation
Notification notificationFromJson(String str) => Notification.fromJson(json.decode(str));
is_notification : "0" title : "" message : "" date : ""
Notification notificationFromJson(String str) => Notification.fromJson(json.decode(str));