GeneratedFile constructor
const
GeneratedFile({})
Creates a new GeneratedFile instance.
Implementation
const GeneratedFile({
required this.path,
required this.content,
required this.type,
this.description,
});
Creates a new GeneratedFile instance.
const GeneratedFile({
required this.path,
required this.content,
required this.type,
this.description,
});