menu
messenger
util/log.dart
LogEntry
LogEntry.new const constructor
LogEntry.new
dark_mode
light_mode
LogEntry
constructor
const
LogEntry
(
LogLevel
level
,
String
text
,
DateTime
at
)
Implementation
const LogEntry(this.level, this.text, this.at);
messenger
log
LogEntry
LogEntry.new const constructor
LogEntry class