stack property
String?
get
stack
A string value containing the execution backtrace when the error originally occurred.
This information can be useful for troubleshooting the cause of the error with {@link https://firebase.google.com/support | Firebase Support}.
Implementation
external String? get stack;