notificationFromJson function

Notification notificationFromJson(
  1. String str
)

is_notification : "1" title : "New Lead" message : "New Lead received from Patel Nitin Kumar for The Crown." date : "02 May, 2023" time : "1683045602, 10:10 PM"

Implementation

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