stackTrace property

StackTrace? stackTrace
final

Optional stack trace associated with the error.

Provides detailed context of where the error occurred, aiding in debugging and tracing the source of problems.

Implementation

final StackTrace? stackTrace;