ExceptionLogEntry constructor

ExceptionLogEntry(
  1. dynamic error,
  2. StackTrace? stackTrace,
  3. DateTime timestamp
)

Implementation

ExceptionLogEntry(this.error, this.stackTrace, this.timestamp);