stackTrace property
StackTrace?
get
stackTrace
Get current stack trace if there's an error
Implementation
StackTrace? get stackTrace => _state.stackTrace;
Get current stack trace if there's an error
StackTrace? get stackTrace => _state.stackTrace;