AFProjectStyleSourceTemplate constructor

const AFProjectStyleSourceTemplate({
  1. required String templateFileId,
  2. AFSourceTemplateInsertions? embeddedInsertions,
})

Implementation

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