TautulliLog constructor

TautulliLog({
  1. String? timestamp,
  2. String? level,
  3. String? message,
  4. String? thread,
})

Implementation

TautulliLog({
    this.timestamp,
    this.level,
    this.message,
    this.thread,
});