bannerDataFromJson function

BannerData bannerDataFromJson(
  1. String str
)

id : 1280 project_id : "47" title_display : "Experience the magic of living at Shivalik Crown




" title : "Experience the magic of living at Shivalik Crown\n\n\n\n\n" image_web_type : "image" image_mobile_type : "video" image_web : "banner_web_1671101599_75.jpg" image_web_full : "https://www.reecosys.com/api/image-tool/index.php?src=https://www.reecosys.com/assets/uploads/project/banner/banner_web_1671101599_75.jpg" image_mobile : "banner_mobile_1654755176_49.mp4" image_mobile_full : "https://www.reecosys.com/assets/uploads/project/banner/banner_mobile_1654755176_49.mp4"

Implementation

BannerData bannerDataFromJson(String str) => BannerData.fromJson(json.decode(str));