TargetFile constructor

TargetFile(
  1. FileConfig? config
)

A target file is a file that can be copied, altered, and/or generated into a new project.

Implementation

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