TemplateHotspotImage constructor
TemplateHotspotImage({
- required PropertyAccessibleInformation accessibleInformation,
- required PropertyBasicInformation basicInformation,
- required PropertyHotspotImage hotspotImage,
- required List<
PropertyHotspotInformation> hotspotInformation,
Implementation
TemplateHotspotImage({
required this.accessibleInformation,
required this.basicInformation,
required this.hotspotImage,
required this.hotspotInformation,
});