debugLastBuildLocalPathStackTrace property

StackTrace? get debugLastBuildLocalPathStackTrace

Debug-only stack trace captured from the last buildLocalPath() attempt.

This value is populated when assertions are enabled, or when enableBuildLocalPathDiagnostics is true.

Implementation

StackTrace? get debugLastBuildLocalPathStackTrace =>
    _debugLastBuildLocalPathStackTrace;