stackTraceParameter property Null safety
Return the parameter whose value will be the stack trace associated with
the exception, or null
if there is no stack trace parameter.
Implementation
CatchClauseParameter? get stackTraceParameter;
Return the parameter whose value will be the stack trace associated with
the exception, or null
if there is no stack trace parameter.
CatchClauseParameter? get stackTraceParameter;