LogEntry constructor

const LogEntry({
  1. required String message,
  2. required DateTime timestamp,
})

Implementation

const LogEntry({required this.message, required this.timestamp});