FileMetadata constructor
Implementation
const FileMetadata({
this.type = FileType.pack,
this.id = '',
this.name = '',
this.description = '',
this.author = '',
this.version = '',
this.dependencies = const {},
this.fileVersion = kFileVersion,
});