ArchiveEntry constructor
const
ArchiveEntry({})
Implementation
const ArchiveEntry({
required this.name,
required this.size,
required this.isFile,
this.isSymlink = false,
this.isHardLink = false,
});
const ArchiveEntry({
required this.name,
required this.size,
required this.isFile,
this.isSymlink = false,
this.isHardLink = false,
});