notificationFromJson function

Notification notificationFromJson(
  1. String str
)

is_notification : "0" title : "" message : "" date : ""

Implementation

Notification notificationFromJson(String str) => Notification.fromJson(json.decode(str));