ExceptionLogEntry constructor
ExceptionLogEntry(
- dynamic error,
- StackTrace? stackTrace,
- DateTime timestamp
Implementation
ExceptionLogEntry(this.error, this.stackTrace, this.timestamp);