stackTrace property

  1. @override
StackTrace? stackTrace
final

The call stack information at the point where the error occurred.

Used to trace the point of origin during debugging.

오류가 발생한 지점의 호출 스택 정보입니다.

디버깅 시 발생 지점을 추적하기 위해 사용됩니다.

Implementation

@override
final StackTrace? stackTrace;