stackTrace property

StackTrace? get stackTrace

Returns the stack trace of the state.

Implementation

StackTrace? get stackTrace => _error?.$2;