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