stackTrace property

StackTrace? get stackTrace

Get current stack trace if there's an error

Implementation

StackTrace? get stackTrace => _state.stackTrace;