PropertyHotspotImage.fromJson constructor
Implementation
factory PropertyHotspotImage.fromJson(Map<String, dynamic> json) => PropertyHotspotImage(
uuid: json['uuid'],
position: json['position'],
image: PropertyContent<MediaResourceImage>.fromJson(json['image']),
);