TemplateArModel constructor
TemplateArModel({
- required PropertyAccessibleInformation accessibleInformation,
- required PropertyBasicInformation basicInformation,
- required PropertyArModel arModel,
Implementation
TemplateArModel({
required this.accessibleInformation,
required this.basicInformation,
required this.arModel,
});