LogEntry constructor

const LogEntry(
  1. LogLevel level,
  2. String text,
  3. DateTime at
)

Implementation

const LogEntry(this.level, this.text, this.at);