PropertyCarouselImage.fromJson constructor
Implementation
factory PropertyCarouselImage.fromJson(Map<String, dynamic> json) => PropertyCarouselImage(
uuid: json['uuid'],
position: json['position'],
carouselImage: PropertyContent<MediaResourceImage>.fromJson(json['carousel_image']),
imageCaption: PropertyContent<MediaResourceRichText>.fromJson(json['image_caption']),
);