ExampleTemplate constructor

ExampleTemplate(
  1. ParentNode parent,
  2. ProjectFilePath sourceFilePath
)

Implementation

ExampleTemplate(ParentNode parent, ProjectFilePath sourceFilePath)
    : super(
        parent: parent,
        sourceFilePath: sourceFilePath,
        destinationFilePath: ProjectFilePath('example/example.md'),
        destinationWebUri: PubDevProject().exampleUri,
      );