galleryDataFromJson function

GalleryData galleryDataFromJson(
  1. String str
)

project_gallery_id : 58 project_id : "47" title : "Gallery" title_array : "Gallery" tag_line : "A grand welcome for your gracious presence" type : "gallery" description : "" created_at : "Mar 22, 2022" image : {"image_id":2907,"project_gallery_id":58,"project_id":47,"image":"https://www.reecosys.com/api/image-tool/index.php?src=https://www.reecosys.com/assets/uploads/project/images/gallery_1674473064_50.jpg","image_full":"https://www.reecosys.com/assets/uploads/project/images/gallery_1674473064_50.jpg","image_name":"gallery_1674473064_50.jpg","type":"gallery","title":"Reserve the prestigious green lifestyle","created_at":"Apr 04, 2023"},{"image_id":2908,"project_gallery_id":58,"project_id":47,"image":"https://www.reecosys.com/api/image-tool/index.php?src=https://www.reecosys.com/assets/uploads/project/images/gallery_1674473064_16.jpg","image_full":"https://www.reecosys.com/assets/uploads/project/images/gallery_1674473064_16.jpg","image_name":"gallery_1674473064_16.jpg","type":"gallery","title":"Foyer","created_at":"Apr 04, 2023"},{"image_id":2909,"project_gallery_id":58,"project_id":47,"image":"https://www.reecosys.com/api/image-tool/index.php?src=https://www.reecosys.com/assets/uploads/project/images/gallery_1674473064_49.jpg","image_full":"https://www.reecosys.com/assets/uploads/project/images/gallery_1674473064_49.jpg","image_name":"gallery_1674473064_49.jpg","type":"gallery","title":"Kids play area","created_at":"Apr 04, 2023"},{"image_id":2910,"project_gallery_id":58,"project_id":47,"image":"https://www.reecosys.com/api/image-tool/index.php?src=https://www.reecosys.com/assets/uploads/project/images/gallery_1674473064_40.jpg","image_full":"https://www.reecosys.com/assets/uploads/project/images/gallery_1674473064_40.jpg","image_name":"gallery_1674473064_40.jpg","type":"gallery","title":"Drawing room","created_at":"Apr 04, 2023"},{"image_id":2911,"project_gallery_id":58,"project_id":47,"image":"https://www.reecosys.com/api/image-tool/index.php?src=https://www.reecosys.com/assets/uploads/project/images/gallery_1674473064_86.jpg","image_full":"https://www.reecosys.com/assets/uploads/project/images/gallery_1674473064_86.jpg","image_name":"gallery_1674473064_86.jpg","type":"gallery","title":"Personal foyer","created_at":"Apr 04, 2023"},{"image_id":2912,"project_gallery_id":58,"project_id":47,"image":"https://www.reecosys.com/api/image-tool/index.php?src=https://www.reecosys.com/assets/uploads/project/images/gallery_1674473064_69.jpg","image_full":"https://www.reecosys.com/assets/uploads/project/images/gallery_1674473064_69.jpg","image_name":"gallery_1674473064_69.jpg","type":"gallery","title":"Your royalty will be crowned with a prestigious address","created_at":"Apr 04, 2023"},{"image_id":2913,"project_gallery_id":58,"project_id":47,"image":"https://www.reecosys.com/api/image-tool/index.php?src=https://www.reecosys.com/assets/uploads/project/images/gallery_1674473064_21.jpg","image_full":"https://www.reecosys.com/assets/uploads/project/images/gallery_1674473064_21.jpg","image_name":"gallery_1674473064_21.jpg","type":"gallery","title":"","created_at":"Apr 04, 2023"}

Implementation

GalleryData galleryDataFromJson(String str) => GalleryData.fromJson(json.decode(str));