stackTrace property

StackTrace? stackTrace
final

The stack trace of the thrown exception

If non-null, the exception is rethrown with the stack trace when the Maybe is unwrapped. If null, the exception is rethrown without the stack trace.

Implementation

final StackTrace? stackTrace;