stackTrace property
StackTrace?
get
stackTrace
Returns the stack trace of the state.
Implementation
StackTrace? get stackTrace => _error?.$2;
Returns the stack trace of the state.
StackTrace? get stackTrace => _error?.$2;