TemplateHotspotImage constructor

TemplateHotspotImage({
  1. required PropertyAccessibleInformation accessibleInformation,
  2. required PropertyBasicInformation basicInformation,
  3. required PropertyHotspotImage hotspotImage,
  4. required List<PropertyHotspotInformation> hotspotInformation,
})

Implementation

TemplateHotspotImage({
  required this.accessibleInformation,
  required this.basicInformation,
  required this.hotspotImage,
  required this.hotspotInformation,
});