menu
locus
locus.dart
LogEntry
LogEntry.new const constructor
LogEntry.new
dark_mode
light_mode
LogEntry
constructor
const
LogEntry
(
{
required
DateTime
timestamp
,
required
String
level
,
required
String
message
,
String
?
tag
,
})
Implementation
const LogEntry({ required this.timestamp, required this.level, required this.message, this.tag, });
locus
locus
LogEntry
LogEntry.new const constructor
LogEntry class