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