menu
corextra package
documentation
devtools/models/log_entry.dart
LogEntry
LogEntry.new const constructor
LogEntry.new const constructor
dark_mode
light_mode
LogEntry
constructor
const
LogEntry
(
{
required
String
message
,
required
LogLevel
level
,
required
DateTime
timestamp
,
})
Implementation
const LogEntry({ required this.message, required this.level, required this.timestamp, });
corextra package
documentation
devtools/models/log_entry
LogEntry
LogEntry.new const constructor
LogEntry class