ServerLogEntry constructor

ServerLogEntry(
  1. int time,
  2. ServerLogEntryKind kind,
  3. String data
)

Implementation

ServerLogEntry(this.time, this.kind, this.data);