Directory constructor

Directory(
  1. DirectoryConfig config
)

A directory is a collection of files that can be copied, altered, and/or generated into a new project.

Implementation

Directory(super.config) : super.self();