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