LogEvent constructor
LogEvent(
- String type,
- String message, {
- dynamic error,
- StackTrace? stackTrace,
- Map? context,
Implementation
LogEvent(this.type, this.message,
{this.error, this.stackTrace, this.context});