stackTraceParameter2 property

  1. @Deprecated('Use stackTraceParameter instead')
  2. @override
CatchClauseParameterImpl? stackTraceParameter2
override

Return the parameter whose value will be the stack trace associated with the exception, or null if there is no stack trace parameter.

Implementation

@Deprecated('Use stackTraceParameter instead')
@override
CatchClauseParameterImpl? get stackTraceParameter2 {
  return stackTraceParameter;
}