menu
my_logger package
documentation
models/log_file.dart
LogFile
LogFile.new const constructor
LogFile.new const constructor
dark_mode
light_mode
LogFile
constructor
const
LogFile
(
{
required
String
name
,
FileType
?
type
,
String
?
path
,
})
Implementation
const LogFile({ required this.name, this.type, this.path, });
my_logger package
documentation
models/log_file
LogFile
LogFile.new const constructor
LogFile class