menu
dev_analytics_dashboard package
documentation
models/log_entry.dart
LogEntry
LogEntry.new constructor
LogEntry.new constructor
dark_mode
light_mode
LogEntry
constructor
LogEntry
(
{
required
String
message
,
required
DateTime
timestamp
,
required
String
type
,
})
Implementation
LogEntry({ required this.message, required this.timestamp, required this.type, });
dev_analytics_dashboard package
documentation
models/log_entry
LogEntry
LogEntry.new constructor
LogEntry class