AFProjectStyleSourceTemplate constructor
const
AFProjectStyleSourceTemplate({
- required String templateFileId,
- AFSourceTemplateInsertions? embeddedInsertions,
Implementation
const AFProjectStyleSourceTemplate({
required String templateFileId,
AFSourceTemplateInsertions? embeddedInsertions,
}): super(
templateFileId: templateFileId,
templateFolder: AFProjectPaths.pathProjectStyles,
embeddedInsertions: embeddedInsertions
);