menu
dd_viewer package
documentation
model/filex.dart
FileX
FileX.path factory constructor
FileX.path factory constructor
dark_mode
light_mode
FileX.path
constructor
FileX.path
(
{
required
String
path
,
FileXType
?
fileXType
,
})
Implementation
factory FileX.path({required String path, FileXType? fileXType}) = LocalPathFileX;
dd_viewer package
documentation
model/filex
FileX
FileX.path factory constructor
FileX class