TemplateContentList constructor

TemplateContentList({
  1. required PropertyAccessibleInformation accessibleInformation,
  2. required PropertyBasicInformation basicInformation,
})

Implementation

TemplateContentList({
  required this.accessibleInformation,
  required this.basicInformation,
});