PropertyPanoramicVideo.fromJson constructor
Implementation
factory PropertyPanoramicVideo.fromJson(Map<String, dynamic> json) => PropertyPanoramicVideo(
uuid: json['uuid'],
position: json['position'],
video: PropertyContent<MediaResourceVideo>.fromJson(json['video']),
);