feedMergeResponseModelFromJson function
data : {"post_type":"Feed","feed_id":"3","title":"Shivalik","description":"Shivalik","feed_date":{"published_date":"1689100200","published_date_format":"12 Jul, 2023","published_date_format_time":"12:00 AM"},"feed_media":{"type":"image","media":"https://www.reecosys.com/assets/uploads/feed/feed_1690204658_52.jpg","thumb_image":""},"created_at_timestamp":"1690203085","created_at":"24 Jul, 2023","created_time":"06:21 PM","location":"","sub_title":"","campaign_date":{"from_date":"","from_date_time":"","to_date":"","to_date_time":""},"campaign_share_url":"","campaign_id":"","campaign_media":{"media":""}}
success : 1
total_records : 0
message : "Records found."
Implementation
FeedMergeResponseModel feedMergeResponseModelFromJson(String str) => FeedMergeResponseModel.fromJson(json.decode(str));