feedDataFromJson function
id : "3" title : "Shivalik" description : "Shivalik" type : "image" published_date : "1689100200" published_date_format : "12 Jul, 2023" published_date_format_time : "12:00 AM" media : "https://www.reecosys.com/assets/uploads/feed/feed_1690204658_52.jpg" image : "" thumb_image : "" is_active : "1" master_user_id : "1" created_at : "24 Jul, 2023" created_time : "06:21 PM" updated_at : "24 Jul, 2023" updated_time : "06:47 PM"
Implementation
FeedData feedDataFromJson(String str) => FeedData.fromJson(json.decode(str));