menu
me package
documentation
models/file_model.dart
FileModel
FileModel constructor
FileModel constructor
dark_mode
light_mode
FileModel
constructor
FileModel
(
{
String
?
name
,
String
?
path
,
})
Implementation
FileModel({ this.name, this.path, });
me package
documentation
models/file_model
FileModel
FileModel constructor
FileModel class