TemplateSingleImage constructor

TemplateSingleImage({
  1. required PropertyAccessibleInformation accessibleInformation,
  2. required PropertyBasicInformation basicInformation,
  3. required PropertySingleImage singleImage,
})

Implementation

TemplateSingleImage({
  required this.accessibleInformation,
  required this.basicInformation,
  required this.singleImage,
});