stackTrace property

StackTrace? get stackTrace

The stack trace from the last computation error, if any.

Implementation

StackTrace? get stackTrace => _stackTrace;