menu
sff_lib
filesystem.dart
Dir
Dir constructor
Dir
dark_mode
light_mode
Dir
constructor
Dir
(
String
path
,
{
Disk
?
io
}
)
Implementation
Dir(String path, {Disk? io}) : super(path, type: EntityType.dir, io: io);
sff_lib
filesystem
Dir
Dir constructor
Dir class