imageFromJson function

ProjectImage imageFromJson(
  1. String str
)

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"

Implementation

ProjectImage imageFromJson(String str) => ProjectImage.fromJson(json.decode(str));