GeneratedEntry constructor
const
GeneratedEntry({
- required GeneratedEntryType type,
- required String path,
- required String content,
- bool rootRelative = false,
- bool writeIfMissing = false,
Creates a generated entry descriptor.
Implementation
const GeneratedEntry({
required this.type,
required this.path,
required this.content,
this.rootRelative = false,
this.writeIfMissing = false,
});