factory LogEntry.fromJson(Map<String, dynamic> json) => LogEntry( encryptedMessage: json['message'], timestamp: DateTime.parse(json['timestamp']), );