TemplateSettingStruct constructor

const TemplateSettingStruct(
  1. Iterable<String> permanentlyPropertyNameList,
  2. Iterable<String> listPropertyNameList,
  3. PropertyStructList<FragmentPropertyStruct> fragmentPropertyRoster,
  4. FileSystemModelList<FileSystemModel> template,
)

Implementation

const TemplateSettingStruct(this.permanentlyPropertyNameList, this.listPropertyNameList, this.fragmentPropertyRoster, this.template);