stackTraceOrNull property
StackTrace?
get
stackTraceOrNull
Returns the stack trace if the status is LxError, otherwise null.
Implementation
StackTrace? get stackTraceOrNull => value.stackTraceOrNull;
Returns the stack trace if the status is LxError, otherwise null.
StackTrace? get stackTraceOrNull => value.stackTraceOrNull;