menu
apollovm package
documentation
apollovm_repository_io.dart
RepoEntry
RepoEntry.new const constructor
RepoEntry.new const constructor
dark_mode
light_mode
RepoEntry
constructor
const
RepoEntry
(
{
required
String
path
,
required
String
name
,
required
bool
isDir
,
int
?
size
,
})
Implementation
const RepoEntry({ required this.path, required this.name, required this.isDir, this.size, });
apollovm package
documentation
apollovm_repository_io
RepoEntry
RepoEntry.new const constructor
RepoEntry class