dataFromJson function

NotificationsItems dataFromJson(
  1. String str
)

notification_id : "81" content_type : "order_status_update" title : "Order Shipped" message : "Your order has been shipped. 🚚 Track your delivery now." image : "https://demo1.saptez.com/pharma/api/assets/notification.png" device_type : "Android" created_at_date_time : {"date":"17 Jun, 2024","time":"12:56 PM"}

Implementation

NotificationsItems dataFromJson(String str) => NotificationsItems.fromJson(json.decode(str));