GeneratedFile.appended constructor
const
GeneratedFile.appended({
- required String path,
A file generated by a Generator
which includes the file path
and status.
Implementation
const GeneratedFile.appended({required String path})
: this._(path: path, status: GeneratedFileStatus.appended);