TemplateArModel constructor

TemplateArModel({
  1. required PropertyAccessibleInformation accessibleInformation,
  2. required PropertyBasicInformation basicInformation,
  3. required PropertyArModel arModel,
})

Implementation

TemplateArModel({
  required this.accessibleInformation,
  required this.basicInformation,
  required this.arModel,
});