LogEntry constructor

const LogEntry(
  1. String? message,
  2. DateTime timestamp,
  3. String? level
)

Implementation

const LogEntry(this.message, this.timestamp, this.level);