TemplateSettingStruct constructor
const
TemplateSettingStruct(
- Iterable<
String> permanentlyPropertyNameList, - Iterable<
String> listPropertyNameList, - PropertyStructList<
FragmentPropertyStruct> fragmentPropertyRoster, - FileSystemModelList<
FileSystemModel> template,
Implementation
const TemplateSettingStruct(this.permanentlyPropertyNameList, this.listPropertyNameList, this.fragmentPropertyRoster, this.template);