menu
sff_lib
filesystem.dart
VDir
VDir constructor
VDir
dark_mode
light_mode
VDir
constructor
VDir
(
String
name
,
{
Map
<
String
,
VEntity
>
?
children
}
)
Implementation
VDir( super.name, { Map<String, VEntity>? children, }) : children = children ?? {};
sff_lib
filesystem
VDir
VDir constructor
VDir class