feedListResponseModelFromJson function
feed_data : {"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"},{"id":"2","title":"Shivalik","description":"Shivalik","type":"vide","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_1690206864_40.mp4","image":"https://www.reecosys.com/https://www.reecosys.com/api/image-tool/index.php?src=assets/uploads/feed/image_1690206864_66.jpg","thumb_image":"https://www.reecosys.com/https://www.reecosys.com/api/image-tool/index.php?src=assets/uploads/feed/image_1690206864_66.jpg","is_active":"1","master_user_id":"1","created_at":"24 Jul, 2023","created_time":"04:30 PM","updated_at":"24 Jul, 2023","updated_time":"07:24 PM"},{"id":"1","title":"Shivalik","description":"Shivalik","type":"url","published_date":"1689100200","published_date_format":"12 Jul, 2023","published_date_format_time":"12:00 AM","media":"https://www.youtube.com/embed/9W9gDrZirPg","image":"","thumb_image":"","is_active":"1","master_user_id":"1","created_at":"24 Jul, 2023","created_time":"04:28 PM","updated_at":"24 Jul, 2023","updated_time":"06:42 PM"}
success : 1
total_records : 3
message : "Records found."
Implementation
FeedListResponseModel feedListResponseModelFromJson(String str) => FeedListResponseModel.fromJson(json.decode(str));