LogEvent constructor

LogEvent(
  1. String type,
  2. String message, {
  3. dynamic error,
  4. StackTrace? stackTrace,
  5. Map? context,
})

Implementation

LogEvent(this.type, this.message,
    {this.error, this.stackTrace, this.context});