OutputLogEvent constructor

OutputLogEvent({
  1. int? ingestionTime,
  2. String? message,
  3. int? timestamp,
})

Implementation

OutputLogEvent({
  this.ingestionTime,
  this.message,
  this.timestamp,
});