ServerLogEntry constructor
ServerLogEntry(
- int time,
- ServerLogEntryKind kind,
- String data
Implementation
ServerLogEntry(this.time, this.kind, this.data);
ServerLogEntry(this.time, this.kind, this.data);