TautulliPlexLog constructor

TautulliPlexLog({
  1. String? timestamp,
  2. String? level,
  3. String? message,
})

Implementation

TautulliPlexLog({
    this.timestamp,
    this.level,
    this.message,
});