imageFromJson function

Image imageFromJson(
  1. String str
)

image_id : 1833 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 : "Jan 24, 2023"

Implementation

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