AFFileSourceTemplate constructor
const
AFFileSourceTemplate({
- required List<
String> templateFolder, - required String templateFileId,
- AFSourceTemplateInsertions? embeddedInsertions,
Implementation
const AFFileSourceTemplate({
required List<String> templateFolder,
required String templateFileId,
AFSourceTemplateInsertions? embeddedInsertions,
}): super(
templateFileId: templateFileId,
templateFolder: templateFolder,
embeddedInsertions: embeddedInsertions
);