WikiTemplate constructor

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

Implementation

WikiTemplate(ParentNode parent, ProjectFilePath sourceFilePath)
    : super(
        parent: parent,
        sourceFilePath: sourceFilePath,
        destinationFilePath: createDestinationFilePath(sourceFilePath),
        destinationWebUri: createDestinationWebUri(sourceFilePath),
      );